From b839987df7f6fc761c96b651a3dfc49eb13e879a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 1 Feb 2021 22:24:42 +0100 Subject: Rename basenameOffset to cmdlineBasenameOffset --- Process.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index 0f08e03e..9bfe4d5d 100644 --- a/Process.h +++ b/Process.h @@ -102,15 +102,15 @@ typedef struct Process_ { */ char* cmdline; + /* Offset in cmdline of the process basename */ + int cmdlineBasenameOffset; + /* The process' "command" name */ char *procComm; /* The main process executable */ char *procExe; - /* Offset in comm of the process basename */ - int basenameOffset; - /* CPU number last executed on */ int processor; -- cgit v1.2.3