diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-07-22 20:52:42 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-07-22 20:52:42 +0000 |
commit | 6bf243c9016bc7114848258083371dce1964c4aa (patch) | |
tree | 9f800367e44a160d6b89c5255381b84ded5cc0a4 /features.def | |
parent | dd5c4a716ba87e42b18804fe6876ad730542a877 (diff) | |
download | libgtop-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 'features.def')
-rw-r--r-- | features.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features.def b/features.def index ea83e9b3..99bfb34a 100644 --- a/features.def +++ b/features.def @@ -14,3 +14,4 @@ proc_time long(start_time,utime,stime,cutime,cstime,timeout,it_real_value) proc_signal ulong(signal,blocked,sigignore,sigcatch) proc_kernel ulong(k_flags,min_flt,maj_flt,cmin_flt,cmaj_flt,kstk_esp,kstk_eip,wchan) proc_segment long(trs,lrs,drs,dt):ulong(start_code,end_code,start_stack) +@mountlist ulong(number,size,total) |