Update cds-api.txt following API deprecations
[urcu.git] / doc / cds-api.txt
index 7a3c6e007fa7b3e097b533ffee43c7c963039e83..81d511c28878736b3e938afde6dc0d8cddae78fb 100644 (file)
@@ -33,15 +33,18 @@ urcu/rculfqueue.h:
        RCU queue with lock-free enqueue, lock-free dequeue. RCU used to
        provide existance guarantees.
 
-urcu/wfqueue.h:
+urcu/wfcqueue.h:
 
-       Queue with wait-free enqueue, blocking dequeue. This queue does
-       _not_ use RCU.
+       Concurrent queue with wait-free enqueue, blocking traversal.
+       This queue does _not_ use RCU.
+       (note: deprecates urcu/wfqueue.h)
 
-urcu/rculfstack.h:
+urcu/lfstack.h:
 
-       RCU stack with lock-free push, lock-free dequeue. RCU used to
-       provide existance guarantees.
+       RCU stack with lock-free push, lock-free dequeue. Various
+       synchronization techniques can be used to deal with "pop" ABA.
+       Those are detailed in the API.
+       (note: deprecates urcu/rculfstack.h)
 
 urcu/wfstack.h:
 
This page took 0.02253 seconds and 4 git commands to generate.