summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-29 18:40:23 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-09-29 18:40:23 +0000
commit75080ce79d2fb8ae895659326dacf688c8cb7ce9 (patch)
treeab2576a5ebcc8a6d3bc8c2683f435fddae2574fb /Process.h
parentd25a0bc2134059f3ce3a6aa9f97ed1f7ee09d492 (diff)
Use wider PID columns in 64-bit machines with larger pid_max values.
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 64558681..403c2aff 100644
--- a/Process.h
+++ b/Process.h
@@ -181,6 +181,9 @@ extern const char *Process_fieldNames[];
extern const char *Process_fieldTitles[];
+
+void Process_getMaxPid();
+
#define ONE_K 1024
#define ONE_M (ONE_K * ONE_K)
#define ONE_G (ONE_M * ONE_K)

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