]> pd.if.org Git - nbds/blobdiff - runtime/rcu.c
add beginings of transactional ht
[nbds] / runtime / rcu.c
index 837845381c1b9c7fc0df50d9ea4748bf3eabc63a..f5e3c3ca27bc53252e447fb99b086b0d863db5a4 100644 (file)
@@ -2,10 +2,13 @@
  * Written by Josh Dybnis and released to the public domain, as explained at
  * http://creativecommons.org/licenses/publicdomain
  *
- * safe memory reclemation using a simple technique from rcu
+ * safe memory reclamation using a simple technique from rcu
+ *
+ * WARNING: not robust enough for real-world use
  */
 #include <string.h>
 #include "common.h"
+#include "runtime_local.h"
 #include "lwt.h"
 #include "mem.h"
 #include "tls.h"