From 063de1a7126e0b4d978f51bb7e408c474a8c7755 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Tue, 23 May 2017 00:02:11 +0300 Subject: [PATCH] Added reserved fields --- include/glibtop/procio.h | 3 +++ 1 file changed, 3 insertions(+) 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]; };