X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_urcu_hash.c;h=414948c8b501251ca1d92cbed6565446e5325cd2;hp=376cd9721094cfac251e37883d85149468798735;hb=01dbfa62037e08aa2d08ab0e721267ccdd99b947;hpb=51b03c6fc39b594df1bdaaf2d6705aa56883334e diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index 376cd97..414948c 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -719,7 +719,8 @@ int main(int argc, char **argv) test_ht = cds_lfht_new(test_hash, test_compare, 0x42UL, init_hash_size, opt_auto_resize ? CDS_LFHT_AUTO_RESIZE : 0, - call_rcu, synchronize_rcu); + call_rcu, synchronize_rcu, rcu_read_lock, + rcu_read_unlock); ret = populate_hash(); assert(!ret); err = create_all_cpu_call_rcu_data(0);