Validate CTF semantics in selected CTF IR functions
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index 9e05d4c243ed227da39680833b479dd07c5815e6..8de2e05d3711b583bdec767e653ad01c2658d2de 100644 (file)
@@ -215,6 +215,11 @@ BT_HIDDEN
 int bt_ctf_field_type_get_field_index(struct bt_ctf_field_type *type,
                const char *name);
 
+BT_HIDDEN
+int bt_ctf_field_type_integer_set_mapped_clock_class_no_check(
+               struct bt_ctf_field_type *int_field_type,
+               struct bt_ctf_clock_class *clock_class);
+
 static inline
 const char *bt_ctf_field_type_id_string(enum bt_ctf_field_type_id type_id)
 {
This page took 0.023174 seconds and 4 git commands to generate.