diff options
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r-- | include/glibtop/sysdeps.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h index 6b5682df..a18c69e6 100644 --- a/include/glibtop/sysdeps.h +++ b/include/glibtop/sysdeps.h @@ -95,6 +95,14 @@ struct _glibtop_sysdeps guint64 proc_wd; /* glibtop_proc_wd */ guint64 proc_affinity; /* glibtop_proc_affinity */ guint64 proc_io; /* glibtop_proc_io */ + guint64 reserved0; + guint64 reserved1; + guint64 reserved2; + guint64 reserved3; + guint64 reserved4; + guint64 reserved5; + guint64 reserved6; + guint64 reserved7; }; void glibtop_get_sysdeps (glibtop_sysdeps *buf); |