summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index a32a87ec..6e69f9c3 100644
--- a/Process.h
+++ b/Process.h
@@ -87,6 +87,7 @@ typedef struct ProcessMergedCommand_ {
bool prevPathSet : 1; /* whether showProgramPath was set */
bool prevCommSet : 1; /* whether findCommInCmdline was set */
bool prevCmdlineSet : 1; /* whether stripExeFromCmdline was set */
+ bool prevShowThreadNames : 1; /* whether showThreadNames was set */
} ProcessMergedCommand;
typedef struct Process_ {