1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-20 03:24:59 -05:00

dll: fuse: testing

This commit is contained in:
Bill Zissimopoulos
2016-06-11 13:37:02 -07:00
parent cf66fc3931
commit 6bc3ec7c8a
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ struct fuse
struct fuse_operations ops;
void *data;
UINT32 DebugLog;
FSP_FILE_SYSTEM_OPERATION_GUARD_STRATEGY OpGuardStrategy;
FSP_FSCTL_VOLUME_PARAMS VolumeParams;
PWSTR MountPoint;
FSP_SERVICE *Service;