mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
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 */
|
char* str; /* merged Command string */
|
||||||
size_t highlightCount; /* how many portions of cmdline to highlight */
|
size_t highlightCount; /* how many portions of cmdline to highlight */
|
||||||
ProcessCmdlineHighlight highlights[8]; /* which 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 cmdlineChanged : 1; /* whether cmdline changed */
|
||||||
bool exeChanged : 1; /* whether exe changed */
|
bool exeChanged : 1; /* whether exe changed */
|
||||||
bool commChanged : 1; /* whether comm changed */
|
bool commChanged : 1; /* whether comm changed */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user