X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.h;h=b362304578a50a93f407d2a6cf97dc143340de30;hp=7ef1bfef57bba5b77e547887369008a297ef50e4;hb=5b5c598cf77ca75fbc260dcb2d1dea1ce031f1c6;hpb=ef84facf4b0c23bd695ca9300055e3ffc9b56006 diff --git a/urcu-qsbr.h b/urcu-qsbr.h index 7ef1bfe..b362304 100644 --- a/urcu-qsbr.h +++ b/urcu-qsbr.h @@ -32,7 +32,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 @@ -40,7 +41,7 @@ extern "C" { #endif -#include "urcu-qsbr-map.h" +#include /* * Important ! @@ -52,7 +53,7 @@ extern "C" { #ifdef _LGPL_SOURCE -#include +#include /* * Mappings for static use of the userspace RCU library. @@ -95,7 +96,7 @@ static inline void rcu_read_lock(void) { } -static inline void rcu_read_lock(void) +static inline void rcu_read_unlock(void) { } @@ -124,6 +125,7 @@ extern void rcu_unregister_thread(void); } #endif -#include "urcu-call-rcu.h" +#include +#include #endif /* _URCU_QSBR_H */