hash table comment fix.
[urcu.git] / urcu-ht.h
index d822a451d77abf5d213dde6ed1f81262750dbbe5..baf144d9086a872aa7f44ccfbaf6a147c73d3f9d 100644 (file)
--- a/urcu-ht.h
+++ b/urcu-ht.h
@@ -5,8 +5,7 @@
 
 /*
  * Caution !
- * Ensure writer threads are registered as urcu readers and with with
- * urcu-defer.
+ * Ensure writer threads are registered as urcu readers and with urcu-defer.
  * Ensure reader threads are registered as urcu readers.
  */
 
@@ -31,6 +30,8 @@ int ht_delete(struct rcu_ht *ht, void *key);
 
 void *ht_steal(struct rcu_ht *ht, void *key);
 
+void ht_resize(struct rcu_ht *ht, int growth);
+
 uint32_t ht_jhash(void *key, uint32_t length, uint32_t initval);
 
 #endif /* _URCU_HT_H */
This page took 0.021924 seconds and 4 git commands to generate.