mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: ioq: control pending queue with manual event as semaphore implementation had problems with cancelation, etc.
This commit is contained in:
@ -149,7 +149,7 @@ typedef struct
|
||||
{
|
||||
KSPIN_LOCK SpinLock;
|
||||
int Enabled;
|
||||
KSEMAPHORE PendingSemaphore;
|
||||
KEVENT PendingIrpEvent;
|
||||
LIST_ENTRY PendingIrpList, ProcessIrpList;
|
||||
IO_CSQ PendingIoCsq, ProcessIoCsq;
|
||||
} FSP_IOQ;
|
||||
|
Reference in New Issue
Block a user