X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;fp=urcu%2Frculfhash.h;h=6ea00de3557f381bcd7172b7a8260d85e9d54734;hp=de34fae0b424b20a0b7d7538932376209a603969;hb=caf3653dbe9dec81dc37c8e81267f27d3163dd19;hpb=13f656f996861f47172f34a1ef28e338616ff5e2 diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index de34fae..6ea00de 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -182,7 +182,6 @@ int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr); * @ht: the hash table. * @split_count_before: Sample the node count split-counter before traversal. * @count: Traverse the hash table, count the number of nodes observed. - * @removed: Number of logically removed nodes observed during traversal. * @split_count_after: Sample the node count split-counter after traversal. * * Call with rcu_read_lock held. @@ -191,7 +190,6 @@ int cds_lfht_destroy(struct cds_lfht *ht, pthread_attr_t **attr); void cds_lfht_count_nodes(struct cds_lfht *ht, long *split_count_before, unsigned long *count, - unsigned long *removed, long *split_count_after); /*