Build urcu-qsbr.so library, update README
[urcu.git] / urcu-static.h
index 66a06df85e0f72080bdb79a991e0f5d3e8691125..0f3eba113d0efe8471b34d6d094496311c69ac12 100644 (file)
  */
 #define KICK_READER_LOOPS 10000
 
+#ifdef DEBUG_RCU
+#define rcu_assert(args...)    assert(args)
+#else
+#define rcu_assert(args...)
+#endif
+
 #ifdef DEBUG_YIELD
 #include <sched.h>
 #include <time.h>
This page took 0.022023 seconds and 4 git commands to generate.