Initial implementation of the debuginfo API
[babeltrace.git] / include / babeltrace / ctf-ir / stream.h
index 410aba7c1377742e77b5ed6d321967ead0256910..a08e327f5d38de1a28c223796c9aef7366d094e3 100644 (file)
@@ -40,6 +40,12 @@ extern "C" {
 struct bt_ctf_event;
 struct bt_ctf_stream;
 
+extern struct bt_ctf_stream *bt_ctf_stream_create(
+               struct bt_ctf_stream_class *stream_class,
+               const char *name);
+
+extern const char *bt_ctf_stream_get_name(struct bt_ctf_stream *stream);
+
 /*
  * bt_ctf_stream_get_stream_class: get a stream's class.
  *
This page took 0.026422 seconds and 4 git commands to generate.