Make futex compat internal to liblttng-ust
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index b76564723ddca64ca404e256013abc84fe5404ac..61f0b34adc9d634113119ddf323a8b056aff8bde 100644 (file)
@@ -39,7 +39,7 @@
 #include <lttng/ust-tracer.h>
 #include <lttng/ust-common.h>
 #include <urcu/tls-compat.h>
-#include "common/compat/futex.h"
+#include "lib/lttng-ust/futex.h"
 #include "common/ustcomm.h"
 #include "common/ust-fd.h"
 #include "common/logging.h"
@@ -406,7 +406,7 @@ void lttng_ust_alloc_tls(void)
        lttng_procname_alloc_tls();
        lttng_ust_mutex_nest_alloc_tls();
        lttng_ust_perf_counter_alloc_tls();
-       lttng_ust_fd_tracker_alloc_tls();
+       lttng_ust_common_alloc_tls();
        lttng_cgroup_ns_alloc_tls();
        lttng_ipc_ns_alloc_tls();
        lttng_net_ns_alloc_tls();
This page took 0.023438 seconds and 4 git commands to generate.