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