X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=06e81c7bbbbe47ad5eb4b0b40bf81be55d8bb9b7;hp=6b6d3af6711ce44647ebd04dfc796c0495c988b7;hb=541d828d3101283ccdb1e25fa5a885e1d1743c1a;hpb=14b2b8b8b23d8bf89411ed532cbf9011041981c6 diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 6b6d3af..06e81c7 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() + #include "urcu-call-rcu-impl.h" #include "urcu-defer-impl.h"