mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Rename basenameOffset to cmdlineBasenameOffset
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user