summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-20 19:55:48 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commit46ee28e897a2aba63215b4df5e29e65ef02f56d6 (patch)
tree205c6cd2998b02b2b4e7b3f9ef5739c982c91a95 /linux/LinuxProcess.h
parent27b36dab1a59d63f3a8505c394b668c83ba1dead (diff)
Refactor command string creation
Hopefully this patch makes it a bit more approachable how it's done.
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index 88da78f1..63c88974 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -111,6 +111,8 @@ typedef struct LinuxProcessMergedCommand_ {
int baseEnd; /* basename's end offset */
int commStart; /* comm's start offset */
int commEnd; /* comm's end offset */
+ int sep1; /* first field separator, used if non-zero */
+ int sep2; /* second field separator, used if non-zero */
bool separateComm; /* whether comm is a separate field */
bool unmatchedExe; /* whether exe matched with cmdline */
bool cmdlineChanged; /* whether cmdline changed */

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