X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-types-internal.h;h=a5057e207b5cab8583781814389e0156f0a0407d;hp=e7569f6fa14c1492150cf26f3c1801c6dea5e103;hb=39a5e0dbe57fe4887b9bd0c950c06cdba0f5d32c;hpb=b75277fb01ea9cce7732cbaaf36027d52e5ba51a diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index e7569f6f..a5057e20 100644 --- a/include/babeltrace/ctf-ir/event-types-internal.h +++ b/include/babeltrace/ctf-ir/event-types-internal.h @@ -165,4 +165,8 @@ BT_HIDDEN struct bt_ctf_field_type *bt_ctf_field_type_copy( struct bt_ctf_field_type *type); + +BT_HIDDEN +int bt_ctf_field_type_structure_get_field_name_index( + struct bt_ctf_field_type *structure, const char *name); #endif /* BABELTRACE_CTF_IR_EVENT_TYPES_INTERNAL_H */