mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Move procExeBasenameOffset to main Process structure
This drops procExeLen, as that field is implicit by strlen(Process->procExe)
This commit is contained in:
@ -63,8 +63,6 @@ typedef struct LinuxProcessMergedCommand_ {
|
||||
|
||||
typedef struct LinuxProcess_ {
|
||||
Process super;
|
||||
int procExeLen;
|
||||
int procExeBasenameOffset;
|
||||
int procCmdlineBasenameOffset;
|
||||
int procCmdlineBasenameEnd;
|
||||
LinuxProcessMergedCommand mergedCommand;
|
||||
|
Reference in New Issue
Block a user