summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h23
1 files changed, 20 insertions, 3 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
index 3a9c7807..54d4f24c 100644
--- a/AffinityPanel.h
+++ b/AffinityPanel.h
@@ -9,15 +9,32 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#ifdef HAVE_LIBHWLOC
+#endif
+
#include "Panel.h"
#include "Affinity.h"
#include "ProcessList.h"
-#include "ListItem.h"
+
+
+
+#ifdef HAVE_LIBHWLOC
+
+#endif
+
+
+#ifdef HAVE_LIBHWLOC
+
+#endif
+
+#ifdef HAVE_LIBHWLOC
+
+#endif
extern PanelClass AffinityPanel_class;
-extern Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity);
+extern Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity, int* width);
-extern Affinity* AffinityPanel_getAffinity(Panel* this, ProcessList* pl);
+extern Affinity* AffinityPanel_getAffinity(Panel* super, ProcessList* pl);
#endif