X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=urcu.h;h=d4c87535d27caaac96111b946305454d884a676f;hb=f9bf6d545e9e4801bec75043d716f9810ca1024d;hp=417e609248053c9a4791d9721fcabe5ef7281916;hpb=ef84facf4b0c23bd695ca9300055e3ffc9b56006;p=urcu.git diff --git a/urcu.h b/urcu.h index 417e609..d4c8753 100644 --- a/urcu.h +++ b/urcu.h @@ -35,7 +35,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 @@ -43,7 +44,7 @@ extern "C" { #endif -#include "urcu-map.h" +#include "urcu/map/urcu.h" /* * Important ! @@ -55,7 +56,7 @@ extern "C" { #ifdef _LGPL_SOURCE -#include +#include /* * Mappings for static use of the userspace RCU library. @@ -85,7 +86,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); @@ -111,5 +112,6 @@ extern void rcu_init(void); #endif #include "urcu-call-rcu.h" +#include "urcu-defer.h" #endif /* _URCU_H */