Fix: ir: make sure "stream_id" attr is always right
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 3b368d1de2230bb26619b7a8763f09a052319af2..c88be91c02fa0ffe129938b3c941e60c38c56155 100644 (file)
@@ -70,6 +70,10 @@ BT_HIDDEN
 int _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
                uint32_t id);
 
+BT_HIDDEN
+int bt_ctf_stream_class_set_id_no_check(
+               struct bt_ctf_stream_class *stream_class, uint32_t id);
+
 BT_HIDDEN
 int bt_ctf_stream_class_set_trace(struct bt_ctf_stream_class *stream_class,
                struct bt_ctf_trace *trace);
This page took 0.022814 seconds and 4 git commands to generate.