mirror of https://github.com/xzeldon/htop.git
Process: drop unused merged-command bit fields
This commit is contained in:
parent
0afd0fe572
commit
e1f4645bd1
|
@ -79,8 +79,6 @@ typedef struct ProcessMergedCommand_ {
|
|||
char* str; /* merged Command string */
|
||||
size_t highlightCount; /* how many portions of cmdline to highlight */
|
||||
ProcessCmdlineHighlight highlights[8]; /* which portions of cmdline to highlight */
|
||||
bool separateComm : 1; /* whether comm is a separate field */
|
||||
bool unmatchedExe : 1; /* whether exe matched with cmdline */
|
||||
bool cmdlineChanged : 1; /* whether cmdline changed */
|
||||
bool exeChanged : 1; /* whether exe changed */
|
||||
bool commChanged : 1; /* whether comm changed */
|
||||
|
|
Loading…
Reference in New Issue