Merge branch 'master' into urcu/ht-shrink
[urcu.git] / urcu-bp.c
index f3249b43b313decebc29e193b5c82ebf1114a735..912e9b2ea31ad7c42d46a8f9d31f88f6d46a4361 100644 (file)
--- a/urcu-bp.c
+++ b/urcu-bp.c
@@ -444,5 +444,7 @@ void *rcu_cmpxchg_pointer_sym_bp(void **p, void *old, void *_new)
        return uatomic_cmpxchg(p, old, _new);
 }
 
+DEFINE_RCU_FLAVOR()
+
 #include "urcu-call-rcu-impl.h"
 #include "urcu-defer-impl.h"
This page took 0.022552 seconds and 4 git commands to generate.