From 666f70c58c9fcd6bc27ed93b7958efd7a064133a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 10 Apr 2021 11:18:08 +0200 Subject: Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure --- Process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Process.h') 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; -- cgit v1.2.3