Keep ABI compatible with already compiled LGPL applications
[userspace-rcu.git] / urcu-qsbr.c
index d6adc5bfaafa9d4d851842bad7d398967b081eec..2cd6c126d8dd8d78ebd7877a88f324ea64cab0c7 100644 (file)
@@ -64,11 +64,11 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_ONLINE };
  * Written to only by each individual reader. Read by both the reader and the
  * writers.
  */
-DEFINE_URCU_TLS(struct rcu_reader, rcu_reader);
+__DEFINE_URCU_TLS_GLOBAL(struct rcu_reader, rcu_reader);
 
 #ifdef DEBUG_YIELD
 unsigned int rcu_yield_active;
-DEFINE_URCU_TLS(unsigned int, rcu_rand_yield);
+__DEFINE_URCU_TLS_GLOBAL(unsigned int, rcu_rand_yield);
 #endif
 
 static CDS_LIST_HEAD(registry);
This page took 0.022406 seconds and 4 git commands to generate.