X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr.c;h=d6adc5bfaafa9d4d851842bad7d398967b081eec;hb=e1c0b55cbcc602bdff8b9778d911c35515f48cc3;hp=5bdf259492156681e23e873d79286b5ca55093fb;hpb=15302e2854ad9f1377ec81e331c1bec7a54a5621;p=urcu.git diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 5bdf259..d6adc5b 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -53,7 +53,7 @@ void __attribute__((destructor)) rcu_exit(void); static pthread_mutex_t rcu_gp_lock = PTHREAD_MUTEX_INITIALIZER; -struct urcu_gp rcu_gp = { .ctr = RCU_GP_ONLINE }; +struct rcu_gp rcu_gp = { .ctr = RCU_GP_ONLINE }; /* * Active attempts to check for reader Q.S. before calling futex().