rculfhash: rename _next into _next_duplicate
[urcu.git] / rculfhash.c
index 79b8e86429b176d739b7777860d830db8cfe2c02..50b783440edc6e4297cd1ac341bd15ce780f5045 100644 (file)
@@ -1355,7 +1355,7 @@ void cds_lfht_lookup(struct cds_lfht *ht, void *key, size_t key_len,
        iter->next = next;
 }
 
-void cds_lfht_next(struct cds_lfht *ht, struct cds_lfht_iter *iter)
+void cds_lfht_next_duplicate(struct cds_lfht *ht, struct cds_lfht_iter *iter)
 {
        struct cds_lfht_node *node, *next;
        unsigned long reverse_hash;
This page took 0.022344 seconds and 4 git commands to generate.