X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=urcu-qsbr.c;h=ec483d925c0bdbfc85e8a0dfeb1690849a940705;hb=1745be1a65fcf0398247b03ed30efeeeba52482a;hp=d3a6849ac04901097783fd0810b7a4aba4bf792c;hpb=26836791448bdd80e7b1fc32caf1055a1cb52647;p=urcu.git diff --git a/urcu-qsbr.c b/urcu-qsbr.c index d3a6849..ec483d9 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -69,11 +69,11 @@ unsigned long 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 yield_active; -DEFINE_URCU_TLS(unsigned int, rand_yield); +__DEFINE_URCU_TLS_GLOBAL(unsigned int, rand_yield); #endif static CDS_LIST_HEAD(registry);