From 75080ce79d2fb8ae895659326dacf688c8cb7ce9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 29 Sep 2011 18:40:23 +0000 Subject: Use wider PID columns in 64-bit machines with larger pid_max values. --- Process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Process.h') 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) -- cgit v1.2.3