ir: add bt_ctf_field_type_variant_get_field_name_index()
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index a5057e207b5cab8583781814389e0156f0a0407d..8ae102b041e30c2b13936954603045bd717882f3 100644 (file)
@@ -169,4 +169,8 @@ struct bt_ctf_field_type *bt_ctf_field_type_copy(
 BT_HIDDEN
 int bt_ctf_field_type_structure_get_field_name_index(
                struct bt_ctf_field_type *structure, const char *name);
+
+BT_HIDDEN
+int bt_ctf_field_type_variant_get_field_name_index(
+               struct bt_ctf_field_type *variant, const char *name);
 #endif /* BABELTRACE_CTF_IR_EVENT_TYPES_INTERNAL_H */
This page took 0.023256 seconds and 4 git commands to generate.