mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:31:51 +00:00
[NTOS:KE] Fix usage of KTHREAD::SwapBusy
This commit is contained in:
parent
a011d19ed2
commit
f4d47faeb7
3 changed files with 12 additions and 0 deletions
|
@ -762,6 +762,7 @@ OFFSET(ThSystemCallNumber, KTHREAD, SystemCallNumber),
|
|||
OFFSET(ThTrapFrame, KTHREAD, TrapFrame),
|
||||
OFFSET(ThApcState, KTHREAD, ApcState),
|
||||
OFFSET(ThPriority, KTHREAD, Priority), // obsolete
|
||||
OFFSET(ThSwapBusy, KTHREAD, SwapBusy),
|
||||
OFFSET(ThContextSwitches, KTHREAD, ContextSwitches),
|
||||
OFFSET(ThState, KTHREAD, State),
|
||||
OFFSET(ThProcess, KTHREAD, Process), // thProcess in native headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue