Drop mc->maxLen field

This commit is contained in:
Benny Baumann
2021-05-17 23:15:24 +02:00
committed by BenBE
parent 2824e2989a
commit 7ef58f2dcf
3 changed files with 6 additions and 5 deletions

View File

@ -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 */