Support pagefaults stats. Closes #45.

This commit is contained in:
Hisham Muhammad
2014-04-24 19:40:47 -03:00
parent 4e2c2d7927
commit e0209da88f
4 changed files with 16 additions and 7 deletions

View File

@ -147,11 +147,11 @@ typedef struct Process_ {
int basenameOffset;
bool updated;
#ifdef DEBUG
unsigned long int minflt;
unsigned long int cminflt;
unsigned long int majflt;
unsigned long int cmajflt;
#ifdef DEBUG
long int itrealvalue;
unsigned long int vsize;
long int rss;