X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-bp.c;h=675b5d6e8aea929e8b8a7a1e757c777292a89b4f;hp=ebe96c57da9630d3e43168ee32fa96da95277bfa;hb=6fd172f599e8d798e68974a786dd930d876f182e;hpb=64478021edcf7a5ac3bca3fa9e8b8108d2fbb9b6 diff --git a/src/urcu-bp.c b/src/urcu-bp.c index ebe96c5..675b5d6 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(struct rcu_reader *, rcu_reader); +DEFINE_URCU_TLS_IE(struct rcu_reader *, rcu_reader); static CDS_LIST_HEAD(registry);