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 --- linux/LinuxProcess.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux/LinuxProcess.h') diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index d270c44d..9d5cfc4c 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h @@ -63,8 +63,6 @@ typedef struct LinuxProcessMergedCommand_ { typedef struct LinuxProcess_ { Process super; - char *procComm; - char *procExe; int procExeLen; int procExeBasenameOffset; bool procExeDeleted; -- cgit v1.2.3