summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-24 00:30:47 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-09-24 00:30:47 +0000
commitec17b7029a5f5f2e42d66380762ab24fa5174fc4 (patch)
tree39de052be8fcdbb1a58150eedde74bfbc0d5b92c /AffinityPanel.h
parentd07b043ee07caa5da9e93a5a2ca9165ff98f85d7 (diff)
Convert affinity control from the deprecated PLPA to HWLOC
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
index 4324610b..8ab39633 100644
--- a/AffinityPanel.h
+++ b/AffinityPanel.h
@@ -3,16 +3,15 @@
#ifndef HEADER_AffinityPanel
#define HEADER_AffinityPanel
-
+#include "ProcessList.h"
#include "Panel.h"
#include "CheckItem.h"
-#include "ProcessList.h"
#include "debug.h"
#include <assert.h>
-Panel* AffinityPanel_new(ProcessList* pl, unsigned long mask);
+Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity);
-unsigned long AffinityPanel_getAffinity(Panel* this);
+Affinity* AffinityPanel_getAffinity(Panel* this);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy