X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=d6adc5bfaafa9d4d851842bad7d398967b081eec;hp=5bdf259492156681e23e873d79286b5ca55093fb;hb=92af1a30ca6a70945b167c31631c8598a626c71a;hpb=15302e2854ad9f1377ec81e331c1bec7a54a5621 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().