Fix: Ensure stream endianness is set when initializing event class
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 1a263268fd17726d36fb4ce770a42b4c36e2b818..8301fea019cdd7353c0421afe95102552c583eda 100644 (file)
@@ -62,4 +62,9 @@ BT_HIDDEN
 int bt_ctf_stream_class_set_byte_order(struct bt_ctf_stream_class *stream_class,
                enum bt_ctf_byte_order byte_order);
 
+/* Set stream_class id without checking if the stream class is frozen */
+BT_HIDDEN
+int _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
+               uint32_t id);
+
 #endif /* BABELTRACE_CTF_IR_STREAM_CLASS_INTERNAL_H */
This page took 0.023224 seconds and 4 git commands to generate.