Fix: tests: invoke destroy APIs for queues/stacks
[urcu.git] / wfcqueue.c
index e28d51ad6dc0f17b853f1ac6ac1f76cbffc87ecf..85de8ecf9b29531b6cd1245dda4ca06cc8fde310 100644 (file)
@@ -40,6 +40,12 @@ void cds_wfcq_init(struct cds_wfcq_head *head,
        _cds_wfcq_init(head, tail);
 }
 
        _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)
 {
 void __cds_wfcq_init(struct __cds_wfcq_head *head,
                struct cds_wfcq_tail *tail)
 {
This page took 0.022696 seconds and 4 git commands to generate.