All fields in glibtop_* are public. The flags indicates which fields were set.

This commit is contained in:
Benoît Dejean
2017-05-23 06:27:28 +02:00
parent de6e0c1c90
commit 2f08841044

View File

@@ -56,9 +56,7 @@ typedef struct _glibtop_proc_io glibtop_proc_io;
*/ */
struct _glibtop_proc_io struct _glibtop_proc_io
{ {
/*< private >*/
guint64 flags; guint64 flags;
/*< public >*/
guint64 disk_rchar; guint64 disk_rchar;
guint64 disk_wchar; guint64 disk_wchar;
guint64 disk_rbytes; guint64 disk_rbytes;