Skip to content

Commit c8cee4b

Browse files
committed
Fix sorting thread affinity/ideal processor
1 parent ee5adb6 commit c8cee4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProcessHacker/include/thrdlist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ typedef struct _PH_THREAD_NODE
7878
HANDLE ThreadReadVmHandle;
7979
BOOLEAN ThreadContextHandleValid;
8080
BOOLEAN ThreadReadVmHandleValid;
81+
LONG IdealProcessorMask;
8182

8283
ULONG PagePriority;
8384
IO_PRIORITY_HINT IoPriority;

0 commit comments

Comments
 (0)