summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2021-04-20 08:09:29 +0000
committerRobert Roth <robert.roth.off@gmail.com>2021-04-23 09:48:11 +0000
commitdd342f648671be0fb52c49511eb6bac35000f2e8 (patch)
treeac173e27856ec3ca273e345d0b50685fb10fa625
parent3644ac0f80f3349a1176f56443cce932426ce975 (diff)
downloadlibgtop-dd342f648671be0fb52c49511eb6bac35000f2e8.tar.gz
Changed `reserved0` to `disk`
-rw-r--r--include/glibtop/sysdeps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index a1db66d8..1164d449 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -70,7 +70,6 @@ struct _glibtop_sysdeps
guint64 flags;
guint64 features; /* server features */
guint64 cpu; /* glibtop_cpu */
- guint64 disk; /* glibtop_cpu */
guint64 mem; /* glibtop_mem */
guint64 swap; /* glibtop_swap */
guint64 uptime; /* glibtop_uptime */
@@ -97,7 +96,7 @@ struct _glibtop_sysdeps
guint64 proc_wd; /* glibtop_proc_wd */
guint64 proc_affinity; /* glibtop_proc_affinity */
guint64 proc_io; /* glibtop_proc_io */
- guint64 reserved0;
+ guint64 disk; /* glibtop_disk */
guint64 reserved1;
guint64 reserved2;
guint64 reserved3;