Use initial-exec TLS model
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index 331639f1e86826b2c67d186dfa8d0907df70f0d8..396b0064b5b13dd59cc4488008c9df9e2f75c9fb 100644 (file)
@@ -118,7 +118,7 @@ struct switch_offsets {
                     switch_old_end:1;
 };
 
-DEFINE_URCU_TLS(unsigned int, lib_ring_buffer_nesting);
+DEFINE_URCU_TLS_IE(unsigned int, lib_ring_buffer_nesting);
 
 /*
  * wakeup_fd_mutex protects wakeup fd use by timer from concurrent
This page took 0.023096 seconds and 4 git commands to generate.