X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;h=1c1f03b51d904d3aab6c9e50c8e7aa8f47d47c2f;hp=1f3071019f4495a2570d2d2ba0d4f083ed29714e;hb=973e5e1b7837176071749d727e37bdfe9e3c4f0e;hpb=80d90c06106dbf17f80c0db4d001e8bb8e6918d9 diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 1f30710..1c1f03b 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -165,8 +165,10 @@ int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr); * Call with rcu_read_lock held. */ void cds_lfht_count_nodes(struct cds_lfht *ht, + unsigned long *approx_before, unsigned long *count, - unsigned long *removed); + unsigned long *removed, + unsigned long *approx_after); /* * cds_lfht_lookup - lookup a node by key.