Skip to content

Commit 7bceb83

Browse files
committed
Merge branch 'jh/index-v2-doc-on-fsmn'
Doc update. * jh/index-v2-doc-on-fsmn: index-format.txt: document v2 format of file system monitor extension
2 parents 94dc98d + 5885367 commit 7bceb83

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Documentation/technical/index-format.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,18 @@ The remaining data of each directory block is grouped by type:
306306

307307
The extension starts with
308308

309-
- 32-bit version number: the current supported version is 1.
309+
- 32-bit version number: the current supported versions are 1 and 2.
310310

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
312313
time which is stored as the nanoseconds elapsed since midnight,
313314
January 1, 1970.
314315

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+
315321
- 32-bit bitmap size: the size of the CE_FSMONITOR_VALID bitmap.
316322

317323
- An ewah bitmap, the n-th bit indicates whether the n-th index entry

0 commit comments

Comments
 (0)