[NTOS:CC]
[reactos.git] / reactos / ntoskrnl / include / internal / cc.h
index 9004041..4f7c482 100644 (file)
@@ -153,7 +153,7 @@ typedef struct _ROS_SHARED_CACHE_MAP
     PCACHE_MANAGER_CALLBACKS Callbacks;
     PVOID LazyWriteContext;
     KSPIN_LOCK CacheMapLock;
-    ULONG RefCount;
+    ULONG OpenCount;
 #if DBG
     BOOLEAN Trace; /* enable extra trace output for this cache map and it's VACBs */
 #endif