X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=wfqueue.c;h=509f4f9c6275b1511916f7046c40ffbd978c99d7;hp=14272cb2eefba483bcb7a949209965684838597a;hb=2af1c19e6a553878fcb2a5106f050d5ed7ac0f54;hpb=147485105cf7b5c8ea96d7f68df973b9c5a94e8e diff --git a/wfqueue.c b/wfqueue.c index 14272cb..509f4f9 100644 --- a/wfqueue.c +++ b/wfqueue.c @@ -41,6 +41,11 @@ void cds_wfq_init(struct cds_wfq_queue *q) _cds_wfq_init(q); } +void cds_wfq_destroy(struct cds_wfq_queue *q) +{ + _cds_wfq_destroy(q); +} + void cds_wfq_enqueue(struct cds_wfq_queue *q, struct cds_wfq_node *node) { _cds_wfq_enqueue(q, node);