X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-types-internal.h;h=1dea88d0b0327ae392767793575ec8b6922ba682;hp=ed085dabf27bce5bb3544f3e8160ee7108ad8a76;hb=626e93aa41c9a6b3f70538aad04a20df07b36b73;hpb=c436d7875012915ab7f18250297561a39fac59d2 diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index ed085dab..1dea88d0 100644 --- a/include/babeltrace/ctf-ir/event-types-internal.h +++ b/include/babeltrace/ctf-ir/event-types-internal.h @@ -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 */