1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-27 06:19:48 -06:00

sys: cached read/write testing

This commit is contained in:
Bill Zissimopoulos
2016-03-11 14:44:17 -08:00
parent 3f98d1cb01
commit 151247f1e6
8 changed files with 97 additions and 43 deletions

View File

@@ -793,6 +793,7 @@ typedef struct
UINT64 Security;
ULONG SecurityChangeNumber;
BOOLEAN TruncateOnClose;
PVOID LazyWriteThread;
/* read-only after creation (and insertion in the ContextTable) */
PDEVICE_OBJECT FsvolDeviceObject;
UINT64 UserContext;