ir: add bt_ctf_field_type_sequence/array_set_element_type()
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index ed085dabf27bce5bb3544f3e8160ee7108ad8a76..1dea88d0b0327ae392767793575ec8b6922ba682 100644 (file)
@@ -238,4 +238,12 @@ int bt_ctf_field_type_variant_set_field_index(
                struct bt_ctf_field_type *variant,
                struct bt_ctf_field_type *field, int index);
 
+BT_HIDDEN
+int bt_ctf_field_type_array_set_element_type(struct bt_ctf_field_type *array,
+               struct bt_ctf_field_type *element_type);
+
+BT_HIDDEN
+int bt_ctf_field_type_sequence_set_element_type(struct bt_ctf_field_type *array,
+               struct bt_ctf_field_type *element_type);
+
 #endif /* BABELTRACE_CTF_IR_EVENT_TYPES_INTERNAL_H */
This page took 0.022549 seconds and 4 git commands to generate.