summaryrefslogtreecommitdiff
path: root/features.def
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-12-05 13:54:37 +0000
committerMartin Baulig <martin@src.gnome.org>1999-12-05 13:54:37 +0000
commit2bb9bc624d4efa01e536ef5e83410f4638cefc61 (patch)
tree89fde3dcc81b98786aada9857094a6f3db48ab75 /features.def
parent069eb707f008ac1c4d6c0e691680497579e12bd2 (diff)
downloadlibgtop-2bb9bc624d4efa01e536ef5e83410f4638cefc61.tar.gz
Return array of `glibtop_interface' structures. (glibtop_interface): New
1999-12-05 Martin Baulig <martin@home-of-linux.org> * includes/glibtop/interfaces.h (glibtop_get_interface_names): Return array of `glibtop_interface' structures. (glibtop_interface): New structure.
Diffstat (limited to 'features.def')
-rw-r--r--features.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/features.def b/features.def
index a454cb81..e47bb601 100644
--- a/features.def
+++ b/features.def
@@ -18,7 +18,7 @@ char *|proc_args|ulong(size)|pid_t(pid):unsigned(max_len)
glibtop_map_entry *|proc_map|ulong(number,size,total)|pid_t(pid)
glibtop_mountentry *|@mountlist|ulong(number,size,total)|int(all_fs)
retval|@fsusage|ulong(blocks,bfree,bavail,files,ffree)|string(mount_dir)
-char *|interface_names|ulong(size)|unsigned(interface,number,instance,strategy)
+glibtop_interface *|interface_names|ulong(size)|ulong(interface,number,instance,strategy)
retval|netinfo|ulong(if_flags,transport,mtu,subnet,address)|string(interface):unsigned(transport)
retval|netload|ulong(packets_in,packets_out,packets_total,bytes_in,bytes_out,bytes_total,errors_in,errors_out,errors_total,collisions)|string(interface):unsigned(transport,protocol)
retval|ppp|ulong(state,bytes_in,bytes_out)|ushort(device)