X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfqueue.h;fp=urcu%2Frculfqueue.h;h=b9ed63b5029c0b072aabcb90f93dff1ca3a12db5;hp=757d133028357265ac980f30cecee5124cbff2e4;hb=909292c2c03dd468a7d0d4679e227a08170f51a7;hpb=0cca1a2d1b9861591795df4e48df73ac9919d772 diff --git a/urcu/rculfqueue.h b/urcu/rculfqueue.h index 757d133..b9ed63b 100644 --- a/urcu/rculfqueue.h +++ b/urcu/rculfqueue.h @@ -37,8 +37,7 @@ struct cds_lfq_node_rcu { }; struct cds_lfq_queue_rcu { - struct cds_lfq_node_rcu *head; - struct cds_lfq_node_rcu *tail; + struct cds_lfq_node_rcu *head, *tail, *dummy; void (*queue_call_rcu)(struct rcu_head *head, void (*func)(struct rcu_head *head)); };