Fixed.
* netlist.c: (glibtop_get_netlist_s): Fixed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-12-23 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* netlist.c: (glibtop_get_netlist_s): Fixed.
|
||||||
|
|
||||||
2004-11-13 Benoît Dejean <tazforever@dlfp.org>
|
2004-11-13 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
@@ -1,9 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* This file is part of LibGTop 2.0.
|
||||||
This file is part of LibGTop 1.0.
|
|
||||||
|
|
||||||
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
|
|
||||||
|
|
||||||
LibGTop is free software; you can redistribute it and/or modify it
|
LibGTop is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by
|
under the terms of the GNU General Public License as published by
|
||||||
@@ -34,10 +31,10 @@ glibtop_init_netlist_s (glibtop *server)
|
|||||||
server->sysdeps.netlist = _glibtop_sysdeps_netlist;
|
server->sysdeps.netlist = _glibtop_sysdeps_netlist;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provides load averange. */
|
char**
|
||||||
|
|
||||||
void
|
|
||||||
glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
|
glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
|
||||||
{
|
{
|
||||||
memset (buf, 0, sizeof (glibtop_netlist));
|
memset (buf, 0, sizeof (glibtop_netlist));
|
||||||
|
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user