Fix: struct urcu_gp broke multiflavor
[urcu.git] / urcu-qsbr.c
index 5bdf259492156681e23e873d79286b5ca55093fb..d6adc5bfaafa9d4d851842bad7d398967b081eec 100644 (file)
@@ -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().
This page took 0.021864 seconds and 4 git commands to generate.