From bc87a8ff8c5b6374a00a950cd15e1b290d6c5e06 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 21 Nov 2011 02:52:41 +0000 Subject: Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general ) --- ProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 5432c187..641a08c6 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -117,7 +117,7 @@ typedef struct ProcessList_ { int kernelThreads; int runningTasks; - #ifdef HAVE_HWLOC + #ifdef HAVE_LIBHWLOC hwloc_topology_t topology; bool topologyOk; #endif -- cgit v1.2.3