aboutsummaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:17 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:17 +0200
commitbb3dd9e92f5a33ba5dd1192edc1671192e63cc8e (patch)
treebd146a0a270a0cbd30fb677e63714bd3410b1d69 /ProcessList.h
parentc868e3f8d629e1caddff1a51a7d2dd04f49994a3 (diff)
downloaddebian_htop-bb3dd9e92f5a33ba5dd1192edc1671192e63cc8e.tar.gz
debian_htop-bb3dd9e92f5a33ba5dd1192edc1671192e63cc8e.tar.bz2
debian_htop-bb3dd9e92f5a33ba5dd1192edc1671192e63cc8e.zip
Imported Upstream version 0.5.2upstream/0.5.2
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ProcessList.h b/ProcessList.h
index b77ba2a..7968674 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -39,6 +39,9 @@ in the source distribution for its full text.
#define PROCMEMINFOFILE "/proc/meminfo"
#endif
+#ifndef MAX_NAME
+#define MAX_NAME 128
+#endif
typedef struct ProcessList_ {
TypedVector* processes;

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