mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05:00
sys: FspVolumeNotify: allow multiple outstanding calls to FspFileSystemNotifyBegin
This commit is contained in:
@@ -1190,8 +1190,8 @@ typedef struct
|
||||
KSPIN_LOCK InfoSpinLock;
|
||||
UINT64 InfoExpirationTime;
|
||||
FSP_FSCTL_VOLUME_INFO VolumeInfo;
|
||||
LONG VolumeNotifyLock;
|
||||
FSP_WGROUP VolumeNotifyWgroup;
|
||||
FAST_MUTEX VolumeNotifyMutex;
|
||||
LONG VolumeNotifyCount;
|
||||
PNOTIFY_SYNC NotifySync;
|
||||
LIST_ENTRY NotifyList;
|
||||
FSP_STATISTICS *Statistics;
|
||||
|
||||
Reference in New Issue
Block a user