X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-ust-comm.c;h=db9fa8d990267735fbc967e1b9629165efc5a99e;hb=f41a6b5f307db311352f79d35f0656959db60891;hp=b76564723ddca64ca404e256013abc84fe5404ac;hpb=a9fd951a21f28704ffdfd4217766f725a217208b;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-ust-comm.c b/src/lib/lttng-ust/lttng-ust-comm.c index b7656472..db9fa8d9 100644 --- a/src/lib/lttng-ust/lttng-ust-comm.c +++ b/src/lib/lttng-ust/lttng-ust-comm.c @@ -39,7 +39,7 @@ #include #include #include -#include "common/compat/futex.h" +#include "lib/lttng-ust/futex.h" #include "common/ustcomm.h" #include "common/ust-fd.h" #include "common/logging.h" @@ -50,7 +50,7 @@ #include "common/procname.h" #include "common/ringbuffer/rb-init.h" #include "lttng-ust-statedump.h" -#include "clock.h" +#include "common/clock.h" #include "lib/lttng-ust/getcpu.h" #include "common/getenv.h" #include "lib/lttng-ust/events.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(); @@ -2118,7 +2118,6 @@ void lttng_ust_ctor(void) lttng_ust_common_ctor(); lttng_ust_tp_init(); - lttng_ust_clock_init(); lttng_ust_getcpu_plugin_init(); lttng_ust_statedump_init(); lttng_ust_ring_buffer_clients_init();