Added `instance' argument.
1999-11-28 Martin Baulig <martin@home-of-linux.org> * include/glibtop/interfaces.h (glibtop_get_interface_names): Added `instance' argument.
This commit is contained in:
committed by
Martin Baulig
parent
776b6965fb
commit
53f9d03e30
@@ -44,7 +44,7 @@ glibtop_init_interface_names_s (glibtop *server)
|
||||
char *
|
||||
glibtop_get_interface_names_s (glibtop *server, glibtop_interface_names *buf,
|
||||
unsigned interface, unsigned number,
|
||||
unsigned strategy)
|
||||
unsigned instance, unsigned strategy)
|
||||
{
|
||||
glibtop_init_s (&server, GLIBTOP_SYSDEPS_INTERFACE_NAMES, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user