cmcfarlen commented on code in PR #11871: URL: https://github.com/apache/trafficserver/pull/11871#discussion_r1871689632
########## include/tscore/ink_thread.h: ########## @@ -30,7 +30,15 @@ #include "tscore/ink_hrtime.h" #include "tscore/ink_defs.h" +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif #include <sched.h> +#if TS_USE_HWLOC +#include <hwloc.h> +#include <hwloc/glibc-sched.h> Review Comment: hmm, I'm not super familiar with freebsd, but I think this should be added to CXXFLAGS as part of the build setup, not in the source code. Is Freebsd able to find the numa library? This feature could be disabled for that OS for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org