Don't call glibtop_init_s() anymore, this is deprecated.
2000-11-22 Martin Baulig <martin@home-of-linux.org> * fsusage.c, moutlist.c: Don't call glibtop_init_s() anymore, this is deprecated. * Makefile.am: Don't install libgtop_common.la
This commit is contained in:
committed by
Martin Baulig
parent
035b387463
commit
81b009733e
@@ -296,8 +296,6 @@ glibtop_get_fsusage_s (glibtop_server *server, glibtop_fsusage *buf,
|
||||
{
|
||||
struct fs_usage fsp;
|
||||
|
||||
glibtop_init_s (server, 0, 0);
|
||||
|
||||
memset (buf, 0, sizeof (glibtop_fsusage));
|
||||
memset (&fsp, 0, sizeof (struct fs_usage));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user