X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=a7c98266154852267bd0390a7e962a4f50b076a6;hb=e011d2c1930972adc9b85f2c4067c62c207fc4ff;hp=7e5dcb9b1bca71fbbea0fd0ea712be2e095a723e;hpb=a68c0f97106c1b5ef70ec92a3e88e5e830a8b31f;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 7e5dcb9b..a7c98266 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -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)