mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Move procComm and procExe to main Process structure
This commit is contained in:
@ -63,8 +63,6 @@ typedef struct LinuxProcessMergedCommand_ {
|
||||
|
||||
typedef struct LinuxProcess_ {
|
||||
Process super;
|
||||
char *procComm;
|
||||
char *procExe;
|
||||
int procExeLen;
|
||||
int procExeBasenameOffset;
|
||||
bool procExeDeleted;
|
||||
|
Reference in New Issue
Block a user