Rename basenameOffset to cmdlineBasenameOffset

This commit is contained in:
Benny Baumann
2021-02-01 22:24:42 +01:00
committed by BenBE
parent d74e8b7554
commit b839987df7
9 changed files with 30 additions and 29 deletions

View File

@ -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;