summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-05-17 23:15:24 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit7ef58f2dcf03edb2822c3d95991590bb429f36ab (patch)
treea353ce2f74ee68a66c8cbd4bb3875bb06d609024 /Process.h
parent2824e2989a9bb85d500d347abb082a27a243de3c (diff)
Drop mc->maxLen field
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 9aa04b3e..0b2f198d 100644
--- a/Process.h
+++ b/Process.h
@@ -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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy