summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2017-05-12 05:08:41 +0300
committerRobert Roth <robert.roth.off@gmail.com>2017-05-12 05:08:41 +0300
commit1bf16bfffd28e6724c35589e49db10a10cae594d (patch)
tree1fc0bac8c4b8b3d60aa9374fb7893fefc1368ca8 /include/glibtop/sysdeps.h
parentc29d7de9a087ff781be5463f4d9efc9a8f6abbe4 (diff)
downloadlibgtop-1bf16bfffd28e6724c35589e49db10a10cae594d.tar.gz
Renamed procdiskio to procio
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 39c2dad2..6b5682df 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -53,7 +53,7 @@ G_BEGIN_DECLS
#define GLIBTOP_SYSDEPS_PROC_OPEN_FILES 24
#define GLIBTOP_SYSDEPS_PROC_WD 25
#define GLIBTOP_SYSDEPS_PROC_AFFINITY 26
-#define GLIBTOP_SYSDEPS_PROC_DISKIO 27
+#define GLIBTOP_SYSDEPS_PROC_IO 27
#define GLIBTOP_MAX_SYSDEPS 28
@@ -94,7 +94,7 @@ struct _glibtop_sysdeps
guint64 ppp; /* glibtop_ppp */
guint64 proc_wd; /* glibtop_proc_wd */
guint64 proc_affinity; /* glibtop_proc_affinity */
- guint64 proc_diskio; /* glibtop_proc_diskio */
+ guint64 proc_io; /* glibtop_proc_io */
};
void glibtop_get_sysdeps (glibtop_sysdeps *buf);