Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-net-ns.c
index 6982a351e002d3aa846d12793953f544660ab79b..960591c2586e41c0543d2aa975d6c9da5e7a13ff 100644 (file)
@@ -151,9 +151,9 @@ error_find_context:
 }
 
 /*
- *  * Force a read (imply TLS fixup for dlopen) of TLS variables.
- *   */
-void lttng_fixup_net_ns_tls(void)
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
+ */
+void lttng_net_ns_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_net_ns)));
 }
This page took 0.024992 seconds and 4 git commands to generate.