From 7bfd62b8e4040000091ccad8880acdde9685fcd7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 17 Jul 2021 20:59:50 +0200 Subject: Respect "Show custom thread names" setting --- Process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Process.h') 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_ { -- cgit v1.2.3