summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-02-01 23:23:10 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commita685661866bf5a082571c12d0a47286d4c1547c6 (patch)
tree64c5efa21bbc1e1e5316d78bbe0dd5182c6ac823 /linux/LinuxProcess.h
parent93a44acf7e4b0a909fbd717da8a3999c46924c3d (diff)
Move procExeBasenameOffset to main Process structure
This drops procExeLen, as that field is implicit by strlen(Process->procExe)
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index a39b8408..1c884199 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -63,8 +63,6 @@ typedef struct LinuxProcessMergedCommand_ {
typedef struct LinuxProcess_ {
Process super;
- int procExeLen;
- int procExeBasenameOffset;
int procCmdlineBasenameOffset;
int procCmdlineBasenameEnd;
LinuxProcessMergedCommand mergedCommand;

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