Convert affinity control from the deprecated PLPA to HWLOC

This commit is contained in:
Hisham Muhammad
2011-09-24 00:30:47 +00:00
parent d07b043ee0
commit ec17b7029a
108 changed files with 72722 additions and 3299 deletions

View File

@ -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