Make defer_rcu() usable from library using multiple URCU implementations
[urcu.git] / urcu-bp.c
index 04bb6756a2bbe5aa8603c0ed148eae8c95a6be23..14b200129fe42656ae11e178aa0d3c6442f26061 100644 (file)
--- a/urcu-bp.c
+++ b/urcu-bp.c
@@ -35,6 +35,8 @@
 #include <unistd.h>
 #include <sys/mman.h>
 
+#include "urcu-bp-map.h"
+
 #include "urcu-bp-static.h"
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #include "urcu-bp.h"
@@ -375,3 +377,6 @@ void rcu_bp_after_fork_child(void)
        ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
        assert(!ret);
 }
+
+#include "urcu-call-rcu-impl.h"
+#include "urcu-defer-impl.h"
This page took 0.022321 seconds and 4 git commands to generate.