X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fwfcqueue.h;fp=urcu%2Fwfcqueue.h;h=b13aa7bd2076a5012df6594129ee5c11d5187494;hp=501120b2b36554ce95f43285be7c4843e97b36f7;hb=ebfd2673f1ec2892bd3de86cd8bedc95ecf2a24e;hpb=f94061a3df4c9eab9ac869a19e4228de54771fcb diff --git a/urcu/wfcqueue.h b/urcu/wfcqueue.h index 501120b..b13aa7b 100644 --- a/urcu/wfcqueue.h +++ b/urcu/wfcqueue.h @@ -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 {