ir: add optional name property to stream
[babeltrace.git] / formats / ctf / writer / writer.c
index fe6f52cbf918372094a18d95c00e65702c150a01..6c294931c49cb47ac1c55fc731a531342423d142 100644 (file)
@@ -181,7 +181,7 @@ struct bt_ctf_stream *bt_ctf_writer_create_stream(struct bt_ctf_writer *writer,
                }
        }
 
-       stream = bt_ctf_stream_create(stream_class);
+       stream = bt_ctf_stream_create(stream_class, NULL);
        if (!stream) {
                goto error;
        }
This page took 0.022889 seconds and 4 git commands to generate.