Expose a common alloc_tls for liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index b76564723ddca64ca404e256013abc84fe5404ac..6cdce82dbd22550bba602eae6f3ef000fef59219 100644 (file)
@@ -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.022885 seconds and 4 git commands to generate.