summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-10 11:18:08 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit666f70c58c9fcd6bc27ed93b7958efd7a064133a (patch)
tree0b26ca06db9edc219d37c80cb61d9e42aa83f0e4 /Process.h
parent6dc485dd20ae2fb1684d965bb9a650ee5b15500a (diff)
Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 6c723178..96b90bce 100644
--- a/Process.h
+++ b/Process.h
@@ -105,6 +105,9 @@ typedef struct Process_ {
/* Offset in cmdline of the process basename */
int cmdlineBasenameOffset;
+ /* Start Offset in cmdline of the process basename */
+ int cmdlineBasenameStart;
+
/* The process' "command" name */
char *procComm;

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