mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Drop mc->maxLen field
This commit is contained in:
@ -72,7 +72,6 @@ typedef struct ProcessCmdlineHighlight_ {
|
||||
* threads and zombies */
|
||||
typedef struct ProcessMergedCommand_ {
|
||||
char *str; /* merged Command string */
|
||||
size_t maxLen; /* maximum expected length of 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 */
|
||||
|
Reference in New Issue
Block a user