* netlist.c: (glibtop_get_netlist_s): Fixed.
This commit is contained in:
Benoît Dejean
2004-12-23 15:44:24 +00:00
parent 3e06f95c84
commit 9fe6dadcec
2 changed files with 8 additions and 7 deletions

View File

@@ -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>
* Makefile.am:

View File

@@ -1,9 +1,6 @@
/* $Id$ */
/* Copyright (C) 1998-99 Martin Baulig
This file is part of LibGTop 1.0.
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
/* This file is part of LibGTop 2.0.
LibGTop is free software; you can redistribute it and/or modify it
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;
}
/* Provides load averange. */
void
char**
glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
{
memset (buf, 0, sizeof (glibtop_netlist));
return NULL;
}