Fix: Ensure stream endianness is set when initializing event class
[babeltrace.git] / formats / ctf / ir / trace.c
index 5787f9f54f6f3be08d81078ab1d9066d1b190ec8..f782c5f50ff7cfb5b74c2ce38d8575262bdb1d72 100644 (file)
@@ -159,7 +159,7 @@ struct bt_ctf_stream *bt_ctf_trace_create_stream(struct bt_ctf_trace *trace,
 
                if (stream_id < 0) {
                        /* Try to assign a new stream id */
-                       if (bt_ctf_stream_class_set_id(stream->stream_class,
+                       if (_bt_ctf_stream_class_set_id(stream->stream_class,
                                trace->next_stream_id++)) {
                                goto error;
                        }
This page took 0.02335 seconds and 4 git commands to generate.