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

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;