summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-17 20:59:50 +0200
committerBenny Baumann <BenBE@geshi.org>2021-07-17 20:59:50 +0200
commit7bfd62b8e4040000091ccad8880acdde9685fcd7 (patch)
tree09d52931e086f83e8c19c5b3bb4cad10fe3ba9d2 /Process.h
parentc9abd788b17ab28424961310b7e224498510780c (diff)
Respect "Show custom thread names" setting
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_ {

© 2014-2024 Faster IT GmbH | imprint | privacy policy