X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfqueue.h;h=598fa5071a2ca727e43d07a67cb2a62eb4980632;hp=757d133028357265ac980f30cecee5124cbff2e4;hb=4157e1ac43033c8b3ef5405b9c01e8311b2454ca;hpb=e17d9985aeb7eab28f3ab1ba5a3076b49d504958 diff --git a/urcu/rculfqueue.h b/urcu/rculfqueue.h index 757d133..598fa50 100644 --- a/urcu/rculfqueue.h +++ b/urcu/rculfqueue.h @@ -34,11 +34,11 @@ struct cds_lfq_queue_rcu; struct cds_lfq_node_rcu { struct cds_lfq_node_rcu *next; + int dummy; }; struct cds_lfq_queue_rcu { - struct cds_lfq_node_rcu *head; - struct cds_lfq_node_rcu *tail; + struct cds_lfq_node_rcu *head, *tail; void (*queue_call_rcu)(struct rcu_head *head, void (*func)(struct rcu_head *head)); };