X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=rculfhash.c;h=50b783440edc6e4297cd1ac341bd15ce780f5045;hb=3883c0e5c31408fa15090c6e1ef1e0316530f773;hp=ae7229273740485367ac9a279e4de5ed17b08aa0;hpb=14b2b8b8b23d8bf89411ed532cbf9011041981c6;p=urcu.git diff --git a/rculfhash.c b/rculfhash.c index ae72292..50b7834 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -139,12 +139,11 @@ #include #include -#include "config.h" +#include #include #include #include #include -#include #include #include #include @@ -1356,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;