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.
This commit is contained in:
committed by
Martin Baulig
parent
6b88dcd4aa
commit
718cd38098
@@ -46,6 +46,8 @@
|
||||
#include <glibtop/procargs.h>
|
||||
#include <glibtop/procmap.h>
|
||||
|
||||
#include <glibtop/proccwd.h>
|
||||
|
||||
#include <glibtop/mountlist.h>
|
||||
#include <glibtop/fsusage.h>
|
||||
|
||||
@@ -76,6 +78,7 @@ union _glibtop_union
|
||||
glibtop_proc_signal proc_signal;
|
||||
glibtop_proc_kernel proc_kernel;
|
||||
glibtop_proc_segment proc_segment;
|
||||
glibtop_proc_cwd proc_cwd;
|
||||
glibtop_array proc_args;
|
||||
glibtop_array proc_map;
|
||||
glibtop_array mountlist;
|
||||
|
||||
Reference in New Issue
Block a user