From ebfd2673f1ec2892bd3de86cd8bedc95ecf2a24e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 11 Oct 2012 11:27:37 -0400 Subject: [PATCH] wfcqueue: update credits in patch documentation Give credits to those responsible for the design and implementation of commit 8ad4ce587f001ae026d5560ac509c2e48986130b, "wfcqueue: implement concurrency-efficient queue", which happened through rounds of email and patch exchanges. Signed-off-by: Mathieu Desnoyers --- urcu/static/wfcqueue.h | 6 ++++-- urcu/wfcqueue.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/urcu/static/wfcqueue.h b/urcu/static/wfcqueue.h index 944ee88..2c8c447 100644 --- a/urcu/static/wfcqueue.h +++ b/urcu/static/wfcqueue.h @@ -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 * 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 { -- 2.34.1