X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-bp.h;h=0fcaa3aa272806aa9c8786c96b7675de4fcfddd3;hp=b6d5f132778380c57af501307cf25e017c92c8ec;hb=a77f7d8228bcf1259f8c4121ce02d4763424d45a;hpb=efa8d2c8143de5f4e53bf5ef6f491faf7d7a6bee diff --git a/urcu/static/urcu-bp.h b/urcu/static/urcu-bp.h index b6d5f13..0fcaa3a 100644 --- a/urcu/static/urcu-bp.h +++ b/urcu/static/urcu-bp.h @@ -39,6 +39,7 @@ #include #include #include +#include /* * This code section can only be included in LGPL 2.1 compatible source code. @@ -52,12 +53,6 @@ extern "C" { #endif -#ifdef DEBUG_RCU -#define rcu_assert(args...) assert(args) -#else -#define rcu_assert(args...) -#endif - enum rcu_state { RCU_READER_ACTIVE_CURRENT, RCU_READER_ACTIVE_OLD,