Install this as a backend.

2001-04-21  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Install this as a backend.

	* libgtop-common.backend, backend.c: New files.

	* inodedb.c: Removed; moved to ~/lib.
This commit is contained in:
Martin Baulig
2001-04-20 22:31:26 +00:00
committed by Martin Baulig
parent 08956770d2
commit 236d2b18e7
7 changed files with 117 additions and 140 deletions

View File

@@ -291,8 +291,8 @@ statfs (path, fsb)
#endif /* _AIX && _I386 */
int
glibtop_get_fsusage_s (glibtop_server *server, glibtop_fsusage *buf,
const char *disk)
glibtop_get_fsusage_s (glibtop_server *server, glibtop_closure *machine,
glibtop_fsusage *buf, const char *disk)
{
struct fs_usage fsp;