summaryrefslogtreecommitdiff
path: root/src/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.h')
-rw-r--r--src/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status.h b/src/status.h
index 89d0102..af3b6c8 100644
--- a/src/status.h
+++ b/src/status.h
@@ -27,6 +27,8 @@ struct status {
int nprocs;
unsigned long long nettx;
unsigned long long netrx;
+ unsigned long long diskreadkb;
+ unsigned long long diskwritekb;
long uptime;
long count;
};

Generated by cgit