kernctl commands to extract the stream instance id
[lttng-tools.git] / src / common / uri.h
index 347b639b0008dcd8991c7a468aafcee6ecfce56f..3ef6669e6097d6ead83f4fa95d2fb6dbed5fcbbf 100644 (file)
@@ -77,6 +77,8 @@ struct lttng_uri {
 int uri_compare(struct lttng_uri *uri1, struct lttng_uri *uri2);
 void uri_free(struct lttng_uri *uri);
 ssize_t uri_parse(const char *str_uri, struct lttng_uri **uris);
+ssize_t uri_parse_str_urls(const char *ctrl_url, const char *data_url,
+               struct lttng_uri **uris);
 int uri_to_str_url(struct lttng_uri *uri, char *dst, size_t size);
 
 #endif /* _LTT_URI_H */
This page took 0.022501 seconds and 4 git commands to generate.