summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2017-05-23 00:02:11 +0300
committerRobert Roth <robert.roth.off@gmail.com>2017-05-23 00:02:11 +0300
commit063de1a7126e0b4d978f51bb7e408c474a8c7755 (patch)
tree091f4f5483f1645ebfd062d2bcaf5352752ff549
parent779386cb15e3dba3642ec378cde9fabbb024a4c1 (diff)
downloadlibgtop-wip/diskio.tar.gz
Added reserved fieldswip/diskio
-rw-r--r--include/glibtop/procio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/glibtop/procio.h b/include/glibtop/procio.h
index 5eb36595..86c06e5d 100644
--- a/include/glibtop/procio.h
+++ b/include/glibtop/procio.h
@@ -63,6 +63,9 @@ struct _glibtop_proc_io
guint64 disk_wchar;
guint64 disk_rbytes;
guint64 disk_wbytes;
+
+ /* reserved for future extensions, e.g. per-process netio */
+ guint64 reserved[10];
};