summaryrefslogtreecommitdiff
path: root/sysdeps/common/sysdeps_suid.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-01-09 22:21:20 +0000
committerMartin Baulig <martin@src.gnome.org>2000-01-09 22:21:20 +0000
commit8491b5126432f43b7b14d3b850ad3856624e83db (patch)
treea8b15331fe50d7534f14037f0673d39f8be6ca04 /sysdeps/common/sysdeps_suid.c
parentc164df664d3a77c1e34bda80b6d5bf362c3d982a (diff)
downloadlibgtop-8491b5126432f43b7b14d3b850ad3856624e83db.tar.gz
Added netinfo and interface_names.
Diffstat (limited to 'sysdeps/common/sysdeps_suid.c')
-rw-r--r--sysdeps/common/sysdeps_suid.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysdeps/common/sysdeps_suid.c b/sysdeps/common/sysdeps_suid.c
index 554fe355..022d2b6e 100644
--- a/sysdeps/common/sysdeps_suid.c
+++ b/sysdeps/common/sysdeps_suid.c
@@ -83,8 +83,14 @@ glibtop_init_func_t _glibtop_init_hook_p [] = {
#if GLIBTOP_SUID_PROC_MAP
glibtop_init_proc_map_p,
#endif
-#if GLIBTOP_SUID_NETLOAD
- glibtop_init_netload_p,
+#if GLIBTOP_SUID_NETINFO
+ glibtop_init_netinfo_p,
+#endif
+#if GLIBTOP_SUID_NETINFO
+ glibtop_init_netinfo_p,
+#endif
+#if GLIBTOP_SUID_INTERFACE_NAMES
+ glibtop_init_interface_names_p,
#endif
#if GLIBTOP_SUID_PPP
glibtop_init_ppp_p,