From 728b04bbb5667291f1e56058240fcd7e03cbfe74 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 26 Aug 2020 10:15:00 +1000 Subject: Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job --- AffinityPanel.h | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'AffinityPanel.h') 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 -- cgit v1.2.3