From adbfe3c3f171af332322d61f2a4912f36b57edda Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 16 Mar 2015 03:13:42 -0300 Subject: Get FreeBSD tree to compile again with latest changes. --- ProcessList.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index e4c266c6..ba6f337d 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -43,6 +43,16 @@ typedef struct ProcessList_ { bool topologyOk; #endif + unsigned long long int totalMem; + unsigned long long int usedMem; + unsigned long long int freeMem; + unsigned long long int sharedMem; + unsigned long long int buffersMem; + unsigned long long int cachedMem; + unsigned long long int totalSwap; + unsigned long long int usedSwap; + unsigned long long int freeSwap; + int cpuCount; } ProcessList; -- cgit v1.2.3