X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=wfcqueue.c;h=85de8ecf9b29531b6cd1245dda4ca06cc8fde310;hb=026aaf45e156cae3b0d97df55bc1a04ef77c538e;hp=e28d51ad6dc0f17b853f1ac6ac1f76cbffc87ecf;hpb=e23b05e58294714b21a8fcad3a891899845c7efc;p=urcu.git diff --git a/wfcqueue.c b/wfcqueue.c index e28d51a..85de8ec 100644 --- a/wfcqueue.c +++ b/wfcqueue.c @@ -40,6 +40,12 @@ void cds_wfcq_init(struct cds_wfcq_head *head, _cds_wfcq_init(head, tail); } +void cds_wfcq_destroy(struct cds_wfcq_head *head, + struct cds_wfcq_tail *tail) +{ + _cds_wfcq_destroy(head, tail); +} + void __cds_wfcq_init(struct __cds_wfcq_head *head, struct cds_wfcq_tail *tail) {