summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2017-05-23 06:27:28 +0200
committerBenoît Dejean <bdejean@gmail.com>2017-05-23 06:27:28 +0200
commit2f08841044dee560fc5e6a089f024dcd82ad8021 (patch)
treee3c97d796dcda5c93ff14659fbcb20b971f47dd4
parentde6e0c1c90c1757b61c822e698c1c7678ced170d (diff)
downloadlibgtop-2f08841044dee560fc5e6a089f024dcd82ad8021.tar.gz
All fields in glibtop_* are public. The flags indicates which fields were set.
-rw-r--r--include/glibtop/procio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/glibtop/procio.h b/include/glibtop/procio.h
index 86c06e5d..494b011a 100644
--- a/include/glibtop/procio.h
+++ b/include/glibtop/procio.h
@@ -56,9 +56,7 @@ typedef struct _glibtop_proc_io glibtop_proc_io;
*/
struct _glibtop_proc_io
{
- /*< private >*/
guint64 flags;
- /*< public >*/
guint64 disk_rchar;
guint64 disk_wchar;
guint64 disk_rbytes;