X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-bp.h;h=763eb058695b3f47b94de5dc86dd44603bf960ca;hb=af7c2dbeac32c663b64ad05e4eca70e18784463b;hp=21fe66a8a15e78d784c349a376af5e6d2b6e7bb2;hpb=0376e7b2f8d26778ebc4750b34e718c062c92764;p=urcu.git diff --git a/urcu-bp.h b/urcu-bp.h index 21fe66a..763eb05 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 "urcu/map/urcu-bp.h" /* * 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);