X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Frculfqueue.h;h=b9ed63b5029c0b072aabcb90f93dff1ca3a12db5;hb=f671981162a0a84135797ba01661c5c832c5e430;hp=757d133028357265ac980f30cecee5124cbff2e4;hpb=e17d9985aeb7eab28f3ab1ba5a3076b49d504958;p=urcu.git 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)); };