Headers: move *-map.h headers to urcu/map/
[urcu.git] / urcu-qsbr.h
index 7ef1bfef57bba5b77e547887369008a297ef50e4..1d5c568576f9d29dbbbff5683035718dbda2bcd0 100644 (file)
@@ -40,7 +40,7 @@
 extern "C" {
 #endif 
 
-#include "urcu-qsbr-map.h"
+#include "urcu/map/urcu-qsbr.h"
 
 /*
  * Important !
@@ -95,7 +95,7 @@ static inline void rcu_read_lock(void)
 {
 }
 
-static inline void rcu_read_lock(void)
+static inline void rcu_read_unlock(void)
 {
 }
 
@@ -125,5 +125,6 @@ extern void rcu_unregister_thread(void);
 #endif
 
 #include "urcu-call-rcu.h"
+#include "urcu-defer.h"
 
 #endif /* _URCU_QSBR_H */
This page took 0.022546 seconds and 4 git commands to generate.