Mark defer_rcu() API as experimental.
[urcu.git] / urcu-defer.h
index 9fdaf1863b038e44ac6637e133dfbd4c5284f957..5f7498756649c6474d2b884a9992a3e0501305ae 100644 (file)
@@ -33,6 +33,9 @@
 #include <pthread.h>
 
 /*
+ * Note: the defer_rcu() API is currently EXPERIMENTAL. It may change in the
+ * future.
+ * 
  * Important !
  *
  * Each thread queuing memory reclamation must be registered with
@@ -43,8 +46,6 @@
  * primitive need to call synchronize_rcu() if the thread queue is full.
  */
 
-#define rcu_reclaim_queue(p)   defer_rcu(free, p)
-
 extern void defer_rcu(void (*fct)(void *p), void *p);
 
 /*
This page took 0.022508 seconds and 4 git commands to generate.