Merge branch 'master' into urcu/rcuja-range
[userspace-rcu.git] / urcu / rculfhash.h
index afd0c3eafb34aff325843ea476b4714d90e86fe5..4c400ce81e5b534fcef71b6fec40142ac27ecea4 100644 (file)
@@ -485,6 +485,11 @@ void cds_lfht_resize(struct cds_lfht *ht, unsigned long new_size);
                        pos = caa_container_of(cds_lfht_iter_get_node(iter), \
                                        __typeof__(*(pos)), member))
 
+/*
+ * cds_lfht_rcu_flavor: get RCU flavor argument from hash table creation.
+ */
+const struct rcu_flavor_struct *cds_lfht_rcu_flavor(struct cds_lfht *ht);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023292 seconds and 4 git commands to generate.