Validate CTF semantics in selected CTF IR functions
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 0dc33b136420891913a7cc7ec5b15d58c66cb185..a7c98266154852267bd0390a7e962a4f50b076a6 100644 (file)
@@ -74,13 +74,19 @@ void bt_ctf_stream_class_set_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,
+void _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
                int64_t id);
 
 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.030197 seconds and 4 git commands to generate.