summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-04-24 13:08:48 +0000
committerMartin Baulig <martin@src.gnome.org>2000-04-24 13:08:48 +0000
commit718cd380980dceb579df8146a3ca3d788b9456eb (patch)
treeb59e4e34d0a34a78a12ea74a4854df26b87b2b17 /include/glibtop/sysdeps.h
parent6b88dcd4aa5da7ee5d65af061d67b18bb9d3e1b1 (diff)
downloadlibgtop-718cd380980dceb579df8146a3ca3d788b9456eb.tar.gz
Added `Process current working directory' feature (proc_cwd).
2000-04-24 Martin Baulig <baulig@suse.de> Added `Process current working directory' feature (proc_cwd). * include/glibtop/proc_cwd.h: New file. * features.def: Added `proc_cwd'. * include/glibtop/sysdeps.h (glibtop_sysdeps): Added `proc_cwd'. * include/glibtop/union.h (glibtop_union): Added `proc_cwd'. * sysdeps/stub/proc_cwd.c: New file. * sysdeps/names/proc_cwd.c: New file.
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 7738d7c5..efe90c7a 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -46,16 +46,17 @@ BEGIN_LIBGTOP_DECLS
#define GLIBTOP_SYSDEPS_PROC_SIGNAL 13
#define GLIBTOP_SYSDEPS_PROC_KERNEL 14
#define GLIBTOP_SYSDEPS_PROC_SEGMENT 15
-#define GLIBTOP_SYSDEPS_PROC_ARGS 16
-#define GLIBTOP_SYSDEPS_PROC_MAP 17
-#define GLIBTOP_SYSDEPS_MOUNTLIST 18
-#define GLIBTOP_SYSDEPS_FSUSAGE 19
-#define GLIBTOP_SYSDEPS_INTERFACE_NAMES 20
-#define GLIBTOP_SYSDEPS_NETINFO 21
-#define GLIBTOP_SYSDEPS_NETLOAD 22
-#define GLIBTOP_SYSDEPS_PPP 23
-
-#define GLIBTOP_MAX_SYSDEPS 26
+#define GLIBTOP_SYSDEPS_PROC_CWD 16
+#define GLIBTOP_SYSDEPS_PROC_ARGS 17
+#define GLIBTOP_SYSDEPS_PROC_MAP 18
+#define GLIBTOP_SYSDEPS_MOUNTLIST 19
+#define GLIBTOP_SYSDEPS_FSUSAGE 20
+#define GLIBTOP_SYSDEPS_INTERFACE_NAMES 21
+#define GLIBTOP_SYSDEPS_NETINFO 22
+#define GLIBTOP_SYSDEPS_NETLOAD 23
+#define GLIBTOP_SYSDEPS_PPP 24
+
+#define GLIBTOP_MAX_SYSDEPS 27
#define GLIBTOP_SYSDEPS_ALL ((1 << GLIBTOP_MAX_SYSDEPS) - 1)
@@ -86,6 +87,7 @@ struct _glibtop_sysdeps
proc_signal, /* glibtop_proc_signal */
proc_kernel, /* glibtop_proc_kernel */
proc_segment, /* glibtop_proc_segment */
+ proc_cwd, /* glibtop_proc_cwd */
proc_args, /* glibtop_proc_args */
proc_map, /* glibtop_proc_map */
mountlist, /* glibtop_mountlist */