[ros-diffs] [tkreuzer] 44641: Add the missing KeContextSwitches to the PRCB.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Dec 17 23:38:55 CET 2009


Author: tkreuzer
Date: Thu Dec 17 23:38:54 2009
New Revision: 44641

URL: http://svn.reactos.org/svn/reactos?rev=44641&view=rev
Log:
Add the missing KeContextSwitches to the PRCB.

Modified:
    trunk/reactos/include/ndk/arm/ketypes.h

Modified: trunk/reactos/include/ndk/arm/ketypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/arm/ketypes.h?rev=44641&r1=44640&r2=44641&view=diff
==============================================================================
--- trunk/reactos/include/ndk/arm/ketypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/arm/ketypes.h [iso-8859-1] Thu Dec 17 23:38:54 2009
@@ -352,6 +352,7 @@
     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];




More information about the Ros-diffs mailing list