rcuja test: use poison_free
[userspace-rcu.git] / rculfhash.c
index 423609d6c188dd79f6392763ad7b8082f2180def..7b8e2fe72976bba5b53498506ee902fbfb359a58 100644 (file)
@@ -2007,3 +2007,8 @@ void cds_lfht_resize_lazy_count(struct cds_lfht *ht, unsigned long size,
        }
        __cds_lfht_resize_lazy_launch(ht);
 }
+
+const struct rcu_flavor_struct *cds_lfht_rcu_flavor(struct cds_lfht *ht)
+{
+       return ht->flavor;
+}
This page took 0.022328 seconds and 4 git commands to generate.