Expose a common alloc_tls for liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / ust-common.c
index e163383d2b458bca3b9386f91b680cb0da825ea9..f444c97f1a7cb7916b5237de791dcf606a774423 100644 (file)
@@ -25,3 +25,8 @@ void lttng_ust_common_ctor(void)
         */
        lttng_ust_fd_tracker_init();
 }
+
+void lttng_ust_common_alloc_tls(void)
+{
+       lttng_ust_fd_tracker_alloc_tls();
+}
This page took 0.023804 seconds and 4 git commands to generate.