mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:43:25 +00:00
[NTOSKRNL] Add the CcPinReadWait and CcPinReadNoWait counters
This commit is contained in:
parent
af6c5806d5
commit
0fbdf31709
3 changed files with 17 additions and 2 deletions
|
@ -60,6 +60,8 @@ extern ULONG CcLazyWritePages;
|
|||
extern ULONG CcLazyWriteIos;
|
||||
extern ULONG CcMapDataWait;
|
||||
extern ULONG CcMapDataNoWait;
|
||||
extern ULONG CcPinReadWait;
|
||||
extern ULONG CcPinReadNoWait;
|
||||
|
||||
typedef struct _PF_SCENARIO_ID
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue