summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-12-05 13:54:58 +0000
committerMartin Baulig <martin@src.gnome.org>1999-12-05 13:54:58 +0000
commitd48d48cafbc51e57ac689b08ed952f9bcdfa2191 (patch)
tree158b386c2868573a412c76814c810da7eb90ab2b /sysdeps
parent2bb9bc624d4efa01e536ef5e83410f4638cefc61 (diff)
downloadlibgtop-d48d48cafbc51e57ac689b08ed952f9bcdfa2191.tar.gz
Reflect latest interface changes.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/interfaces.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/linux/interfaces.c b/sysdeps/linux/interfaces.c
index 3102e7a1..bf491632 100644
--- a/sysdeps/linux/interfaces.c
+++ b/sysdeps/linux/interfaces.c
@@ -41,10 +41,10 @@ glibtop_init_interface_names_s (glibtop *server)
/* Provides network statistics. */
-char *
+glibtop_interface *
glibtop_get_interface_names_s (glibtop *server, glibtop_interface_names *buf,
- unsigned interface, unsigned number,
- unsigned instance, unsigned strategy)
+ u_int64_t interface, u_int64_t number,
+ u_int64_t instance, u_int64_t strategy)
{
glibtop_init_s (&server, GLIBTOP_SYSDEPS_INTERFACE_NAMES, 0);