Support del-output with an output name
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.h
index bf594b5fe3f79d7cb3bd99cdd67afec2b483a9a5..a505128a6e03bf9f2471419cc0fa052c18b408fd 100644 (file)
@@ -69,7 +69,13 @@ int snapshot_output_init(uint64_t max_size, const char *name,
                const char *ctrl_url, const char *data_url,
                struct consumer_output *consumer, struct snapshot_output *output,
                struct snapshot *snapshot);
+int snapshot_output_init_with_uri(uint64_t max_size, const char *name,
+               struct lttng_uri *uris, size_t nb_uri,
+               struct consumer_output *consumer, struct snapshot_output *output,
+               struct snapshot *snapshot);
 struct snapshot_output *snapshot_find_output_by_id(uint32_t id,
                struct snapshot *snapshot);
+struct snapshot_output *snapshot_find_output_by_name(const char *name,
+               struct snapshot *snapshot);
 
 #endif /* SNAPSHOT_H */
This page took 0.024625 seconds and 4 git commands to generate.