lib: split trace API into trace class and trace APIs
[babeltrace.git] / lib / trace-ir / event-header-field.c
index 8a5f4693be3e6150cf1bb737215ad434051febaa..b877180c62bdf90728b51350008f94115c4f80af 100644 (file)
@@ -62,7 +62,7 @@ struct bt_event_header_field *bt_event_header_field_create(
        struct bt_field_wrapper *field_wrapper;
 
        BT_ASSERT_PRE_NON_NULL(stream_class, "Stream class");
-       BT_ASSERT_PRE(bt_stream_class_borrow_trace_inline(stream_class),
+       BT_ASSERT_PRE(bt_stream_class_borrow_trace_class_inline(stream_class),
                "Stream class is not part of a trace: %!+S", stream_class);
        BT_ASSERT_PRE(stream_class->event_header_fc,
                "Stream class has no event header field classe: %!+S",
This page took 0.023136 seconds and 4 git commands to generate.