wfcqueue: update credits in patch documentation
[urcu.git] / urcu / static / wfcqueue.h
index 944ee88c74d855f78035b6f826c8b73eb6de79b6..2c8c447fd591f46fa213bb6573c79d2a8293316f 100644 (file)
@@ -41,8 +41,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.
  *
  * Mutual exclusion of __cds_wfcq_* API
  *
This page took 0.022174 seconds and 4 git commands to generate.