summaryrefslogtreecommitdiff
path: root/include/glibtop/command.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-07-22 20:52:42 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-22 20:52:42 +0000
commit6bf243c9016bc7114848258083371dce1964c4aa (patch)
tree9f800367e44a160d6b89c5255381b84ded5cc0a4 /include/glibtop/command.h
parentdd5c4a716ba87e42b18804fe6876ad730542a877 (diff)
downloadlibgtop-6bf243c9016bc7114848258083371dce1964c4aa.tar.gz
New file.
1998-07-22 Martin Baulig <martin@home-of-linux.org> * include/glibtop/mountlist.h: New file. * features.def: Added new feature `mountlist'. * sysdeps/common/mountlist.c (glibtop_get_mountlist_s): New function. (read_filesystem_list): Declared as `static'.
Diffstat (limited to 'include/glibtop/command.h')
-rw-r--r--include/glibtop/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/glibtop/command.h b/include/glibtop/command.h
index c76ed0ed..1b7acd7a 100644
--- a/include/glibtop/command.h
+++ b/include/glibtop/command.h
@@ -48,7 +48,9 @@ __BEGIN_DECLS
#define GLIBTOP_CMND_PROC_KERNEL 16
#define GLIBTOP_CMND_PROC_SEGMENT 17
-#define GLIBTOP_MAX_CMND 18
+#define GLIBTOP_CMND_MOUNTLIST 18
+
+#define GLIBTOP_MAX_CMND 19
#define _GLIBTOP_PARAM_SIZE 16