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