diff options
Diffstat (limited to 'src/status.h')
-rw-r--r-- | src/status.h | 5 |
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; |