Support the add operation of urcu hash table
[lttng-tools.git] / src / common / hashtable / hashtable.h
index f242e75e895c78ab22769468efca4aa3c074be95..90b4412756cb9f6f0d93e25b752e232bb69399ee 100644 (file)
@@ -74,6 +74,8 @@ extern void lttng_ht_add_unique_ulong(struct lttng_ht *ht,
                struct lttng_ht_node_ulong *node);
 extern struct lttng_ht_node_ulong *lttng_ht_add_replace_ulong(
                struct lttng_ht *ht, struct lttng_ht_node_ulong *node);
+extern void lttng_ht_add_ulong(struct lttng_ht *ht,
+               struct lttng_ht_node_ulong *node);
 
 extern int lttng_ht_del(struct lttng_ht *ht, struct lttng_ht_iter *iter);
 
This page took 0.023 seconds and 4 git commands to generate.