X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;fp=urcu.c;h=b3f94da9a2b733e30c08eb014c095933e2e13561;hp=da6839f0c25b88b4262e9a615bd197220789c185;hb=4de0cd31491bcb93a19c14fc1eb2a2a23ce12855;hpb=0663713865a25964c2932943c48e59ddf3caecd8 diff --git a/urcu.c b/urcu.c index da6839f..b3f94da 100644 --- a/urcu.c +++ b/urcu.c @@ -83,7 +83,7 @@ void __attribute__((destructor)) rcu_exit(void); #endif static pthread_mutex_t rcu_gp_lock = PTHREAD_MUTEX_INITIALIZER; -struct urcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; +struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; /* * Written to only by each individual reader. Read by both the reader and the