Add support for custom event headers
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index ca6a2eb3d966ad7b71bbe66bb9a3aa05dea0c157..44ff774ac4db18ccd85d8a0d7e978df8e242a726 100644 (file)
@@ -55,6 +55,7 @@ struct bt_ctf_stream {
        struct bt_ctf_field *event_context;
 };
 
+/* Stream class should be locked by the caller after creating a stream */
 BT_HIDDEN
 struct bt_ctf_stream *bt_ctf_stream_create(
                struct bt_ctf_stream_class *stream_class,
This page took 0.033683 seconds and 4 git commands to generate.