Changed reserved0 to disk

This commit is contained in:
James Dominic P. Guana
2021-04-20 08:09:29 +00:00
committed by Robert Roth
parent 3644ac0f80
commit dd342f6486

View File

@@ -70,7 +70,6 @@ struct _glibtop_sysdeps
guint64 flags; guint64 flags;
guint64 features; /* server features */ guint64 features; /* server features */
guint64 cpu; /* glibtop_cpu */ guint64 cpu; /* glibtop_cpu */
guint64 disk; /* glibtop_cpu */
guint64 mem; /* glibtop_mem */ guint64 mem; /* glibtop_mem */
guint64 swap; /* glibtop_swap */ guint64 swap; /* glibtop_swap */
guint64 uptime; /* glibtop_uptime */ guint64 uptime; /* glibtop_uptime */
@@ -97,7 +96,7 @@ struct _glibtop_sysdeps
guint64 proc_wd; /* glibtop_proc_wd */ guint64 proc_wd; /* glibtop_proc_wd */
guint64 proc_affinity; /* glibtop_proc_affinity */ guint64 proc_affinity; /* glibtop_proc_affinity */
guint64 proc_io; /* glibtop_proc_io */ guint64 proc_io; /* glibtop_proc_io */
guint64 reserved0; guint64 disk; /* glibtop_disk */
guint64 reserved1; guint64 reserved1;
guint64 reserved2; guint64 reserved2;
guint64 reserved3; guint64 reserved3;