X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;h=8f501ea29b7b1e549c9b2d87f9ecf2e769251af0;hp=385a43b56a08c09df194c3c556362ade78a1c6fe;hb=01dbfa62037e08aa2d08ab0e721267ccdd99b947;hpb=51b03c6fc39b594df1bdaaf2d6705aa56883334e diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 385a43b..8f501ea 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -92,7 +92,9 @@ struct cds_lfht *cds_lfht_new(cds_lfht_hash_fct hash_fct, int flags, void (*cds_lfht_call_rcu)(struct rcu_head *head, void (*func)(struct rcu_head *head)), - void (*cds_lfht_synchronize_rcu)(void)); + void (*cds_lfht_synchronize_rcu)(void), + void (*cds_lfht_rcu_read_lock)(void), + void (*cds_lfht_rcu_read_unlock)(void)); /* * cds_lfht_destroy - destroy a hash table.