ir: stream: add bt_ctf_stream_is_writer()
[babeltrace.git] / include / babeltrace / ctf-writer / stream.h
index f8ad7b835b600e18755bee789af89066663cb9b9..56b6bff8c29edb10bd5e1da77050d4345d6c506f 100644 (file)
@@ -152,6 +152,8 @@ extern int bt_ctf_stream_set_packet_context(
  */
 extern int bt_ctf_stream_flush(struct bt_ctf_stream *stream);
 
+extern int bt_ctf_stream_is_writer(struct bt_ctf_stream *stream);
+
 /*
  * bt_ctf_stream_get and bt_ctf_stream_put: increment and decrement the
  * stream's reference count.
This page took 0.024278 seconds and 4 git commands to generate.