rculfhash: simplify lfht_new API with inline wrapper
[urcu.git] / tests / test_urcu_hash.c
index 7485d983d92467739d4a0cafe49a830e05480989..273283ed5b61d0535fb7281d17d4cf6cb6253aea 100644 (file)
@@ -750,10 +750,7 @@ int main(int argc, char **argv)
        count_writer = malloc(sizeof(*count_writer) * nr_writers);
        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, rcu_read_lock,
-                       rcu_read_unlock, rcu_thread_offline,
-                       rcu_thread_online);
+                       opt_auto_resize ? CDS_LFHT_AUTO_RESIZE : 0);
        ret = populate_hash();
        assert(!ret);
         err = create_all_cpu_call_rcu_data(0);
This page took 0.023563 seconds and 4 git commands to generate.