X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu-bp.c;h=3b2062d6590034ad33619ab1372b137237a9fd1e;hb=5a2141a73185fb1aaaceb73f8239a7efb81c16e6;hp=2ae3408c25fd42cc6788c6ec8664c91cf9868d87;hpb=9380711ae3803da72aa1c7cf9ade5c3f93757006;p=urcu.git diff --git a/urcu-bp.c b/urcu-bp.c index 2ae3408..3b2062d 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -39,6 +39,7 @@ #include "urcu/wfqueue.h" #include "urcu/map/urcu-bp.h" #include "urcu/static/urcu-bp.h" +#include "urcu-pointer.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #undef _LGPL_SOURCE @@ -420,5 +421,7 @@ void rcu_bp_after_fork_child(void) assert(!ret); } +DEFINE_RCU_FLAVOR() + #include "urcu-call-rcu-impl.h" #include "urcu-defer-impl.h"