Fix: struct urcu_gp broke multiflavor
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index da6839f0c25b88b4262e9a615bd197220789c185..b3f94da9a2b733e30c08eb014c095933e2e13561 100644 (file)
--- 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
This page took 0.023455 seconds and 4 git commands to generate.