X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-qsbr.c;h=f343f0d836f642360b4b6f3e24dbae6358e1bbf4;hp=e029ace86a383b22256e2bf6da61cdb0fa526e1c;hb=6fd172f599e8d798e68974a786dd930d876f182e;hpb=64478021edcf7a5ac3bca3fa9e8b8108d2fbb9b6 diff --git a/src/urcu-qsbr.c b/src/urcu-qsbr.c index e029ace..f343f0d 100644 --- a/src/urcu-qsbr.c +++ b/src/urcu-qsbr.c @@ -77,7 +77,7 @@ 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_IE(struct rcu_reader, rcu_reader); static CDS_LIST_HEAD(registry);