Add missing StallScaleFactor to KPROCESSOR_BLOCK
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
Rafal Kupiec 2023-11-28 23:08:35 +01:00
parent f6c621c2a6
commit 0d1fcde3a5
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,7 @@ typedef struct _KPROCESSOR_BLOCK
KRUNLEVEL RunLevel;
KPROCESSOR_CONTROL_BLOCK Prcb;
ULONG ContextSwitches;
ULONG StallScaleFactor;
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
/* Thread Environment Block (TEB) structure definition */

View File

@ -483,6 +483,7 @@ typedef struct _KPROCESSOR_BLOCK
PKTSS TssBase;
KPROCESSOR_CONTROL_BLOCK Prcb;
ULONG ContextSwitches;
ULONG StallScaleFactor;
} KPROCESSOR_BLOCK, *PKPROCESSOR_BLOCK;
/* Thread Environment Block (TEB) structure definition */