Fix: rcuja merge fixes
[userspace-rcu.git] / urcu / rculfhash.h
index d8c85bce3822e3cda716571257ca810dac0d7d9f..eca0471ac3ea73ee735253f7ef1353ef27140d6e 100644 (file)
@@ -486,6 +486,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.022143 seconds and 4 git commands to generate.