lttng-live: populate trace name
[babeltrace.git] / plugins / ctf / lttng-live / metadata.h
index 3d9f7b8612de6187ba1fabf4a0549f24326224b7..47e4fbb27edc8eba11c69a24d8114de731683ae6 100644 (file)
@@ -30,8 +30,8 @@
 #include "lttng-live-internal.h"
 
 int lttng_live_metadata_create_stream(struct lttng_live_session *session,
-               uint64_t ctf_trace_id,
-                uint64_t stream_id);
+               uint64_t ctf_trace_id, uint64_t stream_id,
+               const char *trace_name);
 
 enum bt_ctf_lttng_live_iterator_status lttng_live_metadata_update(
                struct lttng_live_trace *trace);
This page took 0.024215 seconds and 4 git commands to generate.