Add the missing KeContextSwitches to the PRCB.
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 17 Dec 2009 22:38:54 +0000 (22:38 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 17 Dec 2009 22:38:54 +0000 (22:38 +0000)
svn path=/trunk/; revision=44641

reactos/include/ndk/arm/ketypes.h

index 2e63ea5..93ef13c 100644 (file)
@@ -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];