X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Fhashtable.h;h=4a8a2bd5c53a184b40ebe5484213816934a80300;hp=846c5ec47277596fdb231e766feb6f177c9e2f62;hb=efa116c6f19ecdc344a82709e7d919703ec96c45;hpb=1ac1098fc560b8b93adb17892c89915c863121fd diff --git a/src/common/hashtable/hashtable.h b/src/common/hashtable/hashtable.h index 846c5ec47..4a8a2bd5c 100644 --- a/src/common/hashtable/hashtable.h +++ b/src/common/hashtable/hashtable.h @@ -91,6 +91,8 @@ extern struct lttng_ht_node_ulong *lttng_ht_add_replace_ulong( struct lttng_ht *ht, struct lttng_ht_node_ulong *node); extern struct lttng_ht_node_u64 *lttng_ht_add_replace_u64( struct lttng_ht *ht, struct lttng_ht_node_u64 *node); +extern void lttng_ht_add_str(struct lttng_ht *ht, + struct lttng_ht_node_str *node); extern void lttng_ht_add_ulong(struct lttng_ht *ht, struct lttng_ht_node_ulong *node); extern void lttng_ht_add_u64(struct lttng_ht *ht,