summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-23 22:55:56 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commit21e3063e2edec4f7cbcf9188aa85ac20cd082939 (patch)
tree4a23fd0f9043bf4c5958ec396820f17f41f03646 /linux/LinuxProcess.h
parentec36c5ccf8560028bf274bd4b0ce54969681dbc5 (diff)
Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline
Also highlights entries where exe was marked deleted
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index 63c88974..f5f33a77 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -130,6 +130,7 @@ typedef struct LinuxProcess_ {
char *procExe;
int procExeLen;
int procExeBasenameOffset;
+ bool procExeDeleted;
int procCmdlineBasenameOffset;
int procCmdlineBasenameEnd;
LinuxProcessMergedCommand mergedCommand;

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