mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Add the missing KeContextSwitches to the PRCB.
svn path=/trunk/; revision=44641
This commit is contained in:
parent
32014b63b8
commit
dfd84b1ca4
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ typedef struct _KPRCB
|
|||
LARGE_INTEGER IoReadTransferCount;
|
||||
LARGE_INTEGER IoWriteTransferCount;
|
||||
LARGE_INTEGER IoOtherTransferCount;
|
||||
ULONG KeContextSwitches;
|
||||
PP_LOOKASIDE_LIST PPLookasideList[16];
|
||||
PP_LOOKASIDE_LIST PPNPagedLookasideList[32];
|
||||
PP_LOOKASIDE_LIST PPPagedLookasideList[32];
|
||||
|
|
Loading…
Reference in a new issue