[NTOSKRNL] Add the CcPinMappedDataCount counter
[reactos.git] / ntoskrnl / include / internal / cc.h
index 16dd1f6..8a5fb73 100644 (file)
@@ -62,6 +62,7 @@ extern ULONG CcMapDataWait;
 extern ULONG CcMapDataNoWait;
 extern ULONG CcPinReadWait;
 extern ULONG CcPinReadNoWait;
+extern ULONG CcPinMappedDataCount;
 extern ULONG CcDataPages;
 extern ULONG CcDataFlushes;