X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;h=cd25d336aea3ef781456c046699ef86e2de81b92;hp=359de13c82cb427a691fae8645da3adf4c5f1b08;hb=d933dd0e116eceb59b1df0f223e3962a1e51bfb3;hpb=c941bb9efd0c5b865988d46605e82c9b08c544d8 diff --git a/rculfhash.c b/rculfhash.c index 359de13..cd25d33 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -1452,10 +1452,10 @@ int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr) } void cds_lfht_count_nodes(struct cds_lfht *ht, - unsigned long *approx_before, + long *approx_before, unsigned long *count, unsigned long *removed, - unsigned long *approx_after) + long *approx_after) { struct cds_lfht_node *node, *next; struct _cds_lfht_node *lookup;