summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2008-05-24 09:50:04 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2008-05-24 09:50:04 +0000
commit90fc3ca780060c8c1b4a20fdc0c75789e485f28a (patch)
treefcd7faca41348d371ba7c5e02071531b0ace78fc /src/daemon
parent99e9437b37fac98a71c2133da529f9d54af99871 (diff)
downloadlibgtop-90fc3ca780060c8c1b4a20fdc0c75789e485f28a.tar.gz
New API to retrieve process CPU affinity.
Linux implementation. svn path=/trunk/; revision=2748
Diffstat (limited to 'src/daemon')
-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 9af133c0..5553423a 100644
--- a/src/daemon/server.c
+++ b/src/daemon/server.c
@@ -53,6 +53,7 @@ GLIBTOP_SUID_PROC_MAP +
GLIBTOP_SUID_NETLOAD +
GLIBTOP_SUID_NETLIST +
GLIBTOP_SUID_PROC_WD +
+GLIBTOP_SUID_PROC_AFFINITY +
GLIBTOP_SUID_PPP;
#include <fcntl.h>