summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-01-30 15:31:59 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commitd74e8b755427ba0c0b7da299b2f1bcdbdc76f62e (patch)
tree132473b9d2db101ede95ad7d6323cc9f8293b823 /Process.h
parent10790f0a54f6bb21ca8387a8a13ffe22036fb490 (diff)
Move procComm and procExe to main Process structure
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 7b23cb78..0f08e03e 100644
--- a/Process.h
+++ b/Process.h
@@ -102,6 +102,12 @@ typedef struct Process_ {
*/
char* cmdline;
+ /* The process' "command" name */
+ char *procComm;
+
+ /* The main process executable */
+ char *procExe;
+
/* Offset in comm of the process basename */
int basenameOffset;

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