X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-bp.c;fp=src%2Furcu-bp.c;h=ebe96c57da9630d3e43168ee32fa96da95277bfa;hp=675b5d6e8aea929e8b8a7a1e757c777292a89b4f;hb=2f6618651c31c05ba1adbb5cdcf0d92980c38f38;hpb=6fd172f599e8d798e68974a786dd930d876f182e diff --git a/src/urcu-bp.c b/src/urcu-bp.c index 675b5d6..ebe96c5 100644 --- a/src/urcu-bp.c +++ b/src/urcu-bp.c @@ -142,7 +142,7 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; * Pointer to registry elements. 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);