kernctl commands to extract the stream instance id
[lttng-tools.git] / src / common / uri.h
index d768e8724670d80759c8002a60b2c4acb81efde8..3ef6669e6097d6ead83f4fa95d2fb6dbed5fcbbf 100644 (file)
@@ -77,5 +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.022818 seconds and 4 git commands to generate.