From 7396970afe2290488fd072612a650353dd13a16d Mon Sep 17 00:00:00 2001 From: "James Dominic P. Guana" Date: Tue, 26 May 2020 18:53:49 +0800 Subject: Code clean up and add example --- include/glibtop/command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/glibtop/command.h') diff --git a/include/glibtop/command.h b/include/glibtop/command.h index 9a0e47b1..31e89589 100644 --- a/include/glibtop/command.h +++ b/include/glibtop/command.h @@ -60,8 +60,9 @@ G_BEGIN_DECLS #define GLIBTOP_CMND_PROC_WD 26 #define GLIBTOP_CMND_PROC_AFFINITY 27 #define GLIBTOP_CMND_PROC_IO 28 +#define GLIBTOP_CMND_DISK 29 -#define GLIBTOP_MAX_CMND 29 +#define GLIBTOP_MAX_CMND 30 #define _GLIBTOP_PARAM_SIZE 16 -- cgit v1.2.1