X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr.h;h=20dbf47b3aced49cfea55dd9c76e4ad69ed525cb;hb=1b9119f8d4c3f40a61d4ee5403f0e7e5967c33d8;hp=a691c521db16441091abd177884cfca94bc5af23;hpb=0376e7b2f8d26778ebc4750b34e718c062c92764;p=urcu.git diff --git a/urcu-qsbr.h b/urcu-qsbr.h index a691c52..20dbf47 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 "urcu/map/urcu-qsbr.h" /* * 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) { }