rculfhash: default mm type
[urcu.git] / urcu / rculfhash.h
index 6ed7c8c75b1db697d78fe4c5c8efaef5601176ae..de315265d38efd597e26a0c4d3938474196005df 100644 (file)
@@ -154,7 +154,7 @@ struct cds_lfht *cds_lfht_new(unsigned long init_size,
                        pthread_attr_t *attr)
 {
        return _cds_lfht_new(init_size, min_nr_alloc_buckets, max_nr_buckets,
-                       flags, &cds_lfht_mm_order, &rcu_flavor, attr);
+                       flags, NULL, &rcu_flavor, attr);
 }
 
 /*
This page took 0.022665 seconds and 4 git commands to generate.