Skip to content

Commit

Permalink
Add fields needed for thread timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jun 10, 2021
1 parent 7c7b7a6 commit 1840826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ProcessHacker/include/thrdlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ typedef enum _PH_THREAD_TREELIST_COLUMN
PH_THREAD_TREELIST_COLUMN_PENDINGIRP,
PH_THREAD_TREELIST_COLUMN_LASTSYSTEMCALL,
PH_THREAD_TREELIST_COLUMN_LASTSTATUSCODE,
PH_THREAD_TREELIST_COLUMN_TIMELINE,
PH_THREAD_TREELIST_COLUMN_MAXIMUM
} PH_THREAD_TREELIST_COLUMN;

Expand Down Expand Up @@ -120,6 +121,7 @@ typedef struct _PH_THREAD_LIST_CONTEXT
PH_TN_FILTER_SUPPORT TreeFilterSupport;

HANDLE ProcessId;
LARGE_INTEGER ProcessCreateTime;

BOOLEAN EnableStateHighlighting;
BOOLEAN UseCycleTime;
Expand Down

0 comments on commit 1840826

Please sign in to comment.