Add get flavor to rculfhash
[userspace-rcu.git] / include / urcu / rculfhash.h
index 9934422ee9d6e1a4e737da18c73ba14c54dbbff7..4b698b70c3b3b2fe17e87ea3dd263a0505da6386 100644 (file)
@@ -447,6 +447,11 @@ int cds_lfht_is_node_deleted(struct cds_lfht_node *node);
 extern
 void cds_lfht_resize(struct cds_lfht *ht, unsigned long new_size);
 
+/*
+ * 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);
+
 /*
  * Note: it is safe to perform element removal (del), replacement, or
  * any hash table update operation during any of the following hash
This page took 0.023046 seconds and 4 git commands to generate.