aboutsummaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'AffinityPanel.h')
-rw-r--r--AffinityPanel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/AffinityPanel.h b/AffinityPanel.h
index 87b1b85..f5b97b9 100644
--- a/AffinityPanel.h
+++ b/AffinityPanel.h
@@ -8,14 +8,14 @@ in the source distribution for its full text.
*/
#include "Affinity.h"
+#include "Machine.h"
#include "Panel.h"
-#include "ProcessList.h"
extern const PanelClass AffinityPanel_class;
-Panel* AffinityPanel_new(ProcessList* pl, const Affinity* affinity, int* width);
+Panel* AffinityPanel_new(Machine* host, const Affinity* affinity, int* width);
-Affinity* AffinityPanel_getAffinity(Panel* super, ProcessList* pl);
+Affinity* AffinityPanel_getAffinity(Panel* super, Machine* host);
#endif

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