summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-09-21 21:29:17 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-09-21 21:29:17 +0000
commitfcee021a2d23a8c1d84e1c6411f2d2561514a5aa (patch)
treeaa9553df90552be27b5c023bfafffff2fe80cd23 /include/glibtop/sysdeps.h
parent4c6b50648865818c9c1c68c71063f85682b4a3df (diff)
downloadlibgtop-fcee021a2d23a8c1d84e1c6411f2d2561514a5aa.tar.gz
Merged trunk. SVN SUCKS.
Merged trunk. SVN SUCKS. svn path=/branches/affinity/; revision=2661
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 1060d1c9..40f0b6b2 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -52,9 +52,8 @@ G_BEGIN_DECLS
#define GLIBTOP_SYSDEPS_NETLIST 23
#define GLIBTOP_SYSDEPS_PROC_OPEN_FILES 24
#define GLIBTOP_SYSDEPS_PROC_WD 25
-#define GLIBTOP_SYSDEPS_PROC_AFFINITY 26
-#define GLIBTOP_MAX_SYSDEPS 27
+#define GLIBTOP_MAX_SYSDEPS 26
#define GLIBTOP_SYSDEPS_ALL ((1 << GLIBTOP_MAX_SYSDEPS) - 1)
@@ -89,7 +88,6 @@ struct _glibtop_sysdeps
guint64 netload; /* glibtop_netload */
guint64 ppp; /* glibtop_ppp */
guint64 proc_wd; /* glibtop_proc_wd */
- guint64 proc_affinity; /* glibtop_proc_affinity */
};
void glibtop_get_sysdeps (glibtop_sysdeps *buf);