wfcqueue: update credits in patch documentation
[urcu.git] / urcu / wfcqueue.h
index 501120b2b36554ce95f43285be7c4843e97b36f7..b13aa7bd2076a5012df6594129ee5c11d5187494 100644 (file)
@@ -37,8 +37,10 @@ extern "C" {
 /*
  * Concurrent queue with wait-free enqueue/blocking dequeue.
  *
- * Inspired from half-wait-free/half-blocking queue implementation done by
- * Paul E. McKenney.
+ * This queue has been designed and implemented collaboratively by
+ * Mathieu Desnoyers and Lai Jiangshan. Inspired from
+ * half-wait-free/half-blocking queue implementation done by Paul E.
+ * McKenney.
  */
 
 struct cds_wfcq_node {
This page took 0.022125 seconds and 4 git commands to generate.