summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-11-21 18:35:40 +0000
committerMartin Baulig <martin@src.gnome.org>1999-11-21 18:35:40 +0000
commitb746f488b028dc9002140b7cd31b70a56b9fe367 (patch)
tree5292b3a5500458a6762ada003aa0a2a6f604eeb6 /src
parente5a7a5b0e574f793c804d318d99a0b1d50b411ef (diff)
downloadlibgtop-b746f488b028dc9002140b7cd31b70a56b9fe367.tar.gz
Added new feature to get a list of network interface names.
1999-11-21 Martin Baulig <martin@home-of-linux.org> Added new feature to get a list of network interface names. * features.def: Added `interface_names' feature. * include/glibtop/interfaces.h: New file. * include/glibtop/sysdeps.h (GLIBTOP_SYSDEPS_INTERFACE_NAMES): Added. (glibtop_sysdeps): Added `interface_names'. * include/glibtop/union.h (glibtop_union): Added `interface_names'. * include/glibtop/command.h (GLIBTOP_CMND_INTERFACE_NAMES): Added.
Diffstat (limited to 'src')
-rw-r--r--src/daemon/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/server.c b/src/daemon/server.c
index a4e18476..43127042 100644
--- a/src/daemon/server.c
+++ b/src/daemon/server.c
@@ -52,6 +52,7 @@ GLIBTOP_SUID_PROC_SEGMENT +
GLIBTOP_SUID_PROC_ARGS +
GLIBTOP_SUID_PROC_MAP +
GLIBTOP_SUID_NETLOAD +
+GLIBTOP_SUID_INTERFACE_NAMES +
GLIBTOP_SUID_PPP;
#include <fcntl.h>