rculfhash: allow shrink
[urcu.git] / tests / test_urcu_hash.c
index 80169127dcd3121b59cd9d6b082ec2a0eaa30960..fc2cfb286423228c43e96e1b3d27cd29b44b03b9 100644 (file)
@@ -697,7 +697,7 @@ int main(int argc, char **argv)
        count_reader = malloc(sizeof(*count_reader) * nr_readers);
        count_writer = malloc(sizeof(*count_writer) * nr_writers);
        test_ht = cds_lfht_new(test_hash, test_compare, 0x42UL,
-                        init_hash_size, call_rcu);
+                        init_hash_size, call_rcu, synchronize_rcu);
        ret = populate_hash();
        assert(!ret);
         err = create_all_cpu_call_rcu_data(0);
This page took 0.022515 seconds and 4 git commands to generate.