src.ctf.lttng-live: remove unused parameter from lttng_live_metadata_create_stream
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.hpp
index 486c91322e2b612bc988afc41cd452f5aebe70ed..798d480989da811d22f15ccd9efa974a632af962 100644 (file)
@@ -13,7 +13,7 @@
 #include "lttng-live.hpp"
 
 int lttng_live_metadata_create_stream(struct lttng_live_session *session, uint64_t ctf_trace_id,
-                                      uint64_t stream_id, const char *trace_name);
+                                      uint64_t stream_id);
 
 enum lttng_live_iterator_status lttng_live_metadata_update(struct lttng_live_trace *trace);
 
This page took 0.022966 seconds and 4 git commands to generate.