X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.h;h=efb5dca8f92c1186b2187bbfa8ee40f9fa911ab4;hp=bc2dbc370f7f80e0610613078e7417478829265f;hb=541d828d3101283ccdb1e25fa5a885e1d1743c1a;hpb=ef84facf4b0c23bd695ca9300055e3ffc9b56006 diff --git a/urcu-bp.h b/urcu-bp.h index bc2dbc3..efb5dca 100644 --- a/urcu-bp.h +++ b/urcu-bp.h @@ -38,7 +38,8 @@ #include /* - * See urcu-pointer.h and urcu-pointer-static.h for pointer publication headers. + * See urcu-pointer.h and urcu/static/urcu-pointer.h for pointer + * publication headers. */ #include @@ -46,7 +47,7 @@ extern "C" { #endif -#include "urcu-bp-map.h" +#include /* * Important ! @@ -58,7 +59,7 @@ extern "C" { #ifdef _LGPL_SOURCE -#include +#include /* * Mappings for static use of the userspace RCU library. @@ -78,7 +79,7 @@ extern "C" { /* * library wrappers to be used by non-LGPL compatible source code. - * See LGPL-only urcu-pointer-static.h for documentation. + * See LGPL-only urcu/static/urcu-pointer.h for documentation. */ extern void rcu_read_lock(void); @@ -113,10 +114,27 @@ static inline void rcu_init(void) { } +/* + * Q.S. reporting are no-ops for these URCU flavors. + */ +static inline void rcu_quiescent_state(void) +{ +} + +static inline void rcu_thread_offline(void) +{ +} + +static inline void rcu_thread_online(void) +{ +} + #ifdef __cplusplus } #endif -#include "urcu-call-rcu.h" +#include +#include +#include #endif /* _URCU_BP_H */