New file.

1998-07-22  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/fsusage.h: New file.

	* features.def: Added new feature `fsusage'.

	* sysdeps/common/fsusage.c (glibtop_get_fsusage_s): New function.
	(get_fs_usage): Declared as `static'.

	* sysdeps/names/fsusage.c: New file.
This commit is contained in:
Martin Baulig
1998-07-22 22:56:09 +00:00
committed by Martin Baulig
parent a90bffbbf6
commit 954a78f200
15 changed files with 234 additions and 19 deletions

View File

@@ -41,6 +41,7 @@
#include <glibtop/procsegment.h>
#include <glibtop/mountlist.h>
#include <glibtop/fsusage.h>
__BEGIN_DECLS
@@ -65,6 +66,7 @@ union _glibtop_union
glibtop_proc_kernel proc_kernel;
glibtop_proc_segment proc_segment;
glibtop_mountlist mountlist;
glibtop_fsusage fsusage;
};
__END_DECLS