Windows: Enforce Share Access
[openafs.git] / src / WINNT / afsrdr / kernel / lib / Include / AFSStructs.h
index ab05462..37b9c70 100644 (file)
@@ -140,6 +140,12 @@ typedef struct _AFS_CCB
 
     } FileUnwindInfo;
 
+    //
+    // Granted File Access
+    //
+
+    ULONG               FileAccess;
+
 } AFSCcb;
 
 //