summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-26 10:15:00 +1000
committerNathan Scott <nathans@redhat.com>2020-08-26 10:39:43 +1000
commit728b04bbb5667291f1e56058240fcd7e03cbfe74 (patch)
treead199ce3a3303e723eb9332aa6cb847b9530084a /AffinityPanel.h
parentd0f31ede5624ed2f35ca25043f6a28adfe3bc171 (diff)
Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job
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

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