Validate CTF semantics in selected CTF IR functions
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 7e5dcb9b1bca71fbbea0fd0ea712be2e095a723e..a7c98266154852267bd0390a7e962a4f50b076a6 100644 (file)
@@ -81,6 +81,12 @@ BT_HIDDEN
 int bt_ctf_stream_class_set_id_no_check(
                struct bt_ctf_stream_class *stream_class, int64_t id);
 
+BT_HIDDEN
+int bt_ctf_stream_class_map_clock_class(
+               struct bt_ctf_stream_class *stream_class,
+               struct bt_ctf_field_type *packet_context_type,
+               struct bt_ctf_field_type *event_header_type);
+
 static inline
 struct bt_ctf_trace *bt_ctf_stream_class_borrow_trace(
                struct bt_ctf_stream_class *stream_class)
This page took 0.027644 seconds and 4 git commands to generate.