summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-11-21 02:52:41 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-11-21 02:52:41 +0000
commitbc87a8ff8c5b6374a00a950cd15e1b290d6c5e06 (patch)
tree616bbb782feaabc04d48c963ff1b4b1cfec5b267 /Process.h
parent7ca10817122d3b7b30fabb1cadb75e5ee14b364e (diff)
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 )
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Process.h b/Process.h
index c49e0b79..e72f8160 100644
--- a/Process.h
+++ b/Process.h
@@ -32,7 +32,7 @@ in the source distribution for its full text.
#include <sched.h>
#include <time.h>
-#ifdef HAVE_HWLOC
+#ifdef HAVE_LIBHWLOC
#include <hwloc/linux.h>
#endif
@@ -196,7 +196,7 @@ void Process_toggleTag(Process* this);
bool Process_setPriority(Process* this, int priority);
-#ifdef HAVE_HWLOC
+#ifdef HAVE_LIBHWLOC
Affinity* Process_getAffinity(Process* this);

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