ir: make bt_ctf_stream_create() public
[babeltrace.git] / include / babeltrace / ctf-ir / stream.h
index 410aba7c1377742e77b5ed6d321967ead0256910..53f02da676dcad49444b5bcae776e3ce2f6751fe 100644 (file)
@@ -40,6 +40,9 @@ 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);
+
 /*
  * bt_ctf_stream_get_stream_class: get a stream's class.
  *
This page took 0.023739 seconds and 4 git commands to generate.