Major refactoring: WIP

This commit is contained in:
Bill Zissimopoulos
2015-12-22 17:27:14 -08:00
parent 00c812e380
commit 7a12fe0713
4 changed files with 141 additions and 129 deletions

View File

@ -368,9 +368,9 @@ typedef struct
PDEVICE_OBJECT FsctlDeviceObject;
PDEVICE_OBJECT FsvrtDeviceObject;
HANDLE MupHandle;
BOOLEAN DeletePending;
PVPB SwapVpb;
FSP_WORK_ITEM_WITH_DELAY DeleteVolumeWorkItem;
ERESOURCE DeleteResource;
FSP_FSCTL_VOLUME_PARAMS VolumeParams;
FSP_IOQ Ioq;
KSPIN_LOCK ExpirationLock;