summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-06-25 17:30:40 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-06-25 17:30:40 +0000
commitef34cfb38aa2870a454a4e5a76d3d3c1a9e8f701 (patch)
treeb1f4d753e12a2ed55690d429f824272082c67843 /include/glibtop/sysdeps.h
parent1e0ba1d7aa39c0c33c158073edcdd6bd90a002dd (diff)
downloadlibgtop-ef34cfb38aa2870a454a4e5a76d3d3c1a9e8f701.tar.gz
git-svn sucks. Kill r2609
svn path=/trunk/; revision=2611
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);