X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=745676e209d3ff44dc828507e43ca8c09f023e9c;hp=6b6d3af6711ce44647ebd04dfc796c0495c988b7;hb=a767fdc348289dc37026ee3ab46d1d4102ff57f7;hpb=68ec5c872d091abdc5aa52b1a661142e490f93c9 diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 6b6d3af..745676e 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -39,6 +39,7 @@ #include "urcu/map/urcu-qsbr.h" #define BUILD_QSBR_LIB #include "urcu/static/urcu-qsbr.h" +#include "urcu-pointer.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #undef _LGPL_SOURCE @@ -355,5 +356,7 @@ void rcu_exit(void) */ } +DEFINE_RCU_FLAVOR(rcu_flavor); + #include "urcu-call-rcu-impl.h" #include "urcu-defer-impl.h"