From d74e8b755427ba0c0b7da299b2f1bcdbdc76f62e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 30 Jan 2021 15:31:59 +0100 Subject: Move procComm and procExe to main Process structure --- Process.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Process.h') 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; -- cgit v1.2.3