File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -306,12 +306,18 @@ The remaining data of each directory block is grouped by type:
306
306
307
307
The extension starts with
308
308
309
- - 32-bit version number: the current supported version is 1 .
309
+ - 32-bit version number: the current supported versions are 1 and 2 .
310
310
311
- - 64-bit time: the extension data reflects all changes through the given
311
+ - (Version 1)
312
+ 64-bit time: the extension data reflects all changes through the given
312
313
time which is stored as the nanoseconds elapsed since midnight,
313
314
January 1, 1970.
314
315
316
+ - (Version 2)
317
+ A null terminated string: an opaque token defined by the file system
318
+ monitor application. The extension data reflects all changes relative
319
+ to that token.
320
+
315
321
- 32-bit bitmap size: the size of the CE_FSMONITOR_VALID bitmap.
316
322
317
323
- An ewah bitmap, the n-th bit indicates whether the n-th index entry
You can’t perform that action at this time.
0 commit comments