ir: add bt_ctf_field_type_variant_set_tag()
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 6078c345ec9bc0d4a62a45f7ee782f612c5c99ee..48ead4858033f9d7543b7cc7e6e8d59d53b135cb 100644 (file)
@@ -213,4 +213,9 @@ int bt_ctf_field_type_sequence_set_length_field_path(
 BT_HIDDEN
 int bt_ctf_field_type_variant_set_tag_field_path(struct bt_ctf_field_type *type,
                struct bt_ctf_field_path *path);
+
+BT_HIDDEN
+int bt_ctf_field_type_variant_set_tag(struct bt_ctf_field_type *type,
+               struct bt_ctf_field_type *tag);
+
 #endif /* BABELTRACE_CTF_IR_EVENT_TYPES_INTERNAL_H */
This page took 0.023862 seconds and 4 git commands to generate.