Windows: Refactor AFSProcessSupport
[openafs.git] / src / WINNT / afsrdr / common / AFSRedirCommonStructs.h
index f813a58..48da850 100644 (file)
@@ -217,8 +217,6 @@ typedef struct _AFS_NONPAGED_FCB
         struct
         {
 
-            KEVENT          DirectoryEnumEvent;
-
             LONG            DirectoryEnumCount;
 
         } Directory;
@@ -430,6 +428,8 @@ typedef struct _AFS_DEVICE_EXTENSION
 
     ULONG           DeviceFlags;
 
+    AFSFcb*         Fcb;
+
     union
     {
 
@@ -556,6 +556,14 @@ typedef struct _AFS_DEVICE_EXTENSION
 
             KEVENT              OutstandingServiceRequestEvent;
 
+            //
+            // Out of memory signalling
+            //
+
+            LONG                WaitingForMemoryCount;
+
+            KEVENT              MemoryAvailableEvent;
+
         } Control;
 
         struct