rculfhash: Make auto resize selectable with flag
[urcu.git] / tests / test_urcu_hash.c
index fc2cfb286423228c43e96e1b3d27cd29b44b03b9..81201f342110ab819594d546401b84b54d8a5875 100644 (file)
@@ -697,7 +697,8 @@ 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, synchronize_rcu);
+                       init_hash_size, CDS_LFHT_AUTO_RESIZE,
+                       call_rcu, synchronize_rcu);
        ret = populate_hash();
        assert(!ret);
         err = create_all_cpu_call_rcu_data(0);
This page took 0.023625 seconds and 4 git commands to generate.