X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=wfcqueue.c;h=85de8ecf9b29531b6cd1245dda4ca06cc8fde310;hp=e28d51ad6dc0f17b853f1ac6ac1f76cbffc87ecf;hb=200d100e05ed8e10c47f971939042f2406df92ef;hpb=b4edfa8157bb45827c3236809e550b4d13c0ae22 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) {