Add missing StallScaleFactor to KPROCESSOR_BLOCK
This commit is contained in:
parent
f6c621c2a6
commit
0d1fcde3a5
@ -550,6 +550,7 @@ typedef struct _KPROCESSOR_BLOCK
|
|||||||
KRUNLEVEL RunLevel;
|
KRUNLEVEL RunLevel;
|
||||||
KPROCESSOR_CONTROL_BLOCK Prcb;
|
KPROCESSOR_CONTROL_BLOCK Prcb;
|
||||||
ULONG ContextSwitches;
|
ULONG ContextSwitches;
|
||||||
|
ULONG StallScaleFactor;
|
||||||
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
|
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
|
||||||
|
|
||||||
/* Thread Environment Block (TEB) structure definition */
|
/* Thread Environment Block (TEB) structure definition */
|
||||||
|
@ -483,6 +483,7 @@ typedef struct _KPROCESSOR_BLOCK
|
|||||||
PKTSS TssBase;
|
PKTSS TssBase;
|
||||||
KPROCESSOR_CONTROL_BLOCK Prcb;
|
KPROCESSOR_CONTROL_BLOCK Prcb;
|
||||||
ULONG ContextSwitches;
|
ULONG ContextSwitches;
|
||||||
|
ULONG StallScaleFactor;
|
||||||
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
|
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
|
||||||
|
|
||||||
/* Thread Environment Block (TEB) structure definition */
|
/* Thread Environment Block (TEB) structure definition */
|
||||||
|
Loading…
Reference in New Issue
Block a user