1
0
feito fork de xt-sys/exectos

Add missing StallScaleFactor to KPROCESSOR_BLOCK

Esse commit está contido em:
2023-11-28 23:08:35 +01:00
commit 0d1fcde3a5
2 arquivos alterados com 2 adições e 0 exclusões

Ver Arquivo

@@ -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 */

Ver Arquivo

@@ -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 */