wfstack API: rename cds_wfs_first_blocking to cds_wfs_first
[urcu.git] / wfstack.c
index 6d41f890b28787b36562618fcb4480e7a9f094c2..f0bae57fe5982d77f1047f91b766464bfdaa6768 100644 (file)
--- a/wfstack.c
+++ b/wfstack.c
@@ -58,9 +58,9 @@ struct cds_wfs_head *cds_wfs_pop_all_blocking(struct cds_wfs_stack *s)
        return _cds_wfs_pop_all_blocking(s);
 }
 
-struct cds_wfs_node *cds_wfs_first_blocking(struct cds_wfs_head *head)
+struct cds_wfs_node *cds_wfs_first(struct cds_wfs_head *head)
 {
-       return _cds_wfs_first_blocking(head);
+       return _cds_wfs_first(head);
 }
 
 struct cds_wfs_node *cds_wfs_next_blocking(struct cds_wfs_node *node)
This page took 0.022812 seconds and 4 git commands to generate.