1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-15 09:06:03 -05:00

moved FlushOnCleanup from VolumeParam to struct fuse

This commit is contained in:
ethan
2025-08-07 15:21:18 +08:00
parent c8e182e1d4
commit e4ceb9010b
6 changed files with 6 additions and 17 deletions
+1
View File
@@ -63,6 +63,7 @@ struct fuse
unsigned conn_want;
BOOLEAN fsinit;
BOOLEAN has_symlinks, has_slashdot;
BOOLEAN FlushOnCleanup;
UINT32 DebugLog;
FSP_FILE_SYSTEM_OPERATION_GUARD_STRATEGY OpGuardStrategy;
FSP_FSCTL_VOLUME_PARAMS VolumeParams;