Get FreeBSD tree to compile again with latest changes.

This commit is contained in:
Hisham Muhammad
2015-03-16 03:13:42 -03:00
parent 40f3391a3c
commit adbfe3c3f1
16 changed files with 333 additions and 26 deletions

View File

@ -83,7 +83,7 @@ typedef enum LinuxProcessFields {
OOM = 114,
#endif
IO_PRIORITY = 115,
LAST_PROCESSFIELD
LAST_PROCESSFIELD = 116,
} LinuxProcessField;
#include "IOPriority.h"

View File

@ -69,16 +69,6 @@ typedef struct LinuxProcessList_ {
CPUData* cpus;
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;
} LinuxProcessList;
#ifndef PROCDIR