[libgtop] Changed `reserved0` to `disk`



commit dd342f648671be0fb52c49511eb6bac35000f2e8
Author: James Dominic P. Guana <guana histark gmail com>
Date:   Tue Apr 20 08:09:29 2021 +0000

    Changed `reserved0` to `disk`

 include/glibtop/sysdeps.h | 3 +--
 1 file changed, 1 insertion(+), 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]