X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=urcu%2Frculfhash.h;h=de315265d38efd597e26a0c4d3938474196005df;hb=1644042068ae8de26c9f6b85dcb2a5cd0b0f7608;hp=6ed7c8c75b1db697d78fe4c5c8efaef5601176ae;hpb=b0b5525153fce8abae07b9573da1d5169e02eb2b;p=userspace-rcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 6ed7c8c..de31526 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -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); } /*