Fix cds_lfht field order
[urcu.git] / urcu-bp.h
index 763eb058695b3f47b94de5dc86dd44603bf960ca..efb5dca8f92c1186b2187bbfa8ee40f9fa911ab4 100644 (file)
--- a/urcu-bp.h
+++ b/urcu-bp.h
@@ -47,7 +47,7 @@
 extern "C" {
 #endif
 
-#include "urcu/map/urcu-bp.h"
+#include <urcu/map/urcu-bp.h>
 
 /*
  * Important !
@@ -114,11 +114,27 @@ static inline void rcu_init(void)
 {
 }
 
+/*
+ * Q.S. reporting are no-ops for these URCU flavors.
+ */
+static inline void rcu_quiescent_state(void)
+{
+}
+
+static inline void rcu_thread_offline(void)
+{
+}
+
+static inline void rcu_thread_online(void)
+{
+}
+
 #ifdef __cplusplus 
 }
 #endif
 
-#include "urcu-call-rcu.h"
-#include "urcu-defer.h"
+#include <urcu-call-rcu.h>
+#include <urcu-defer.h>
+#include <urcu-flavor.h>
 
 #endif /* _URCU_BP_H */
This page took 0.024173 seconds and 4 git commands to generate.