summaryrefslogtreecommitdiff
path: root/src/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.h')
-rw-r--r--src/status.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/status.h b/src/status.h
index 92ac911..89d0102 100644
--- a/src/status.h
+++ b/src/status.h
@@ -19,8 +19,9 @@
#include <stdlib.h>
struct status {
- long memmax;
- long memavg;
+ long memtotal;
+ long memusedmax;
+ long memusedavg;
double loadmax;
double loadavg;
int nprocs;

Generated by cgit