X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ffield-types.h;h=c4b6b683c57cc7455faf15bdb5ba8c66be186448;hb=06629ab3b4650e8a5aaf056572577bb299c5ac22;hp=3be4a5a0182d48bcc525e1276680b879fdd864dc;hpb=5e3d522e3e6d9d941d9860271f288d85aa84d3af;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/field-types.h b/include/babeltrace/ctf-ir/field-types.h index 3be4a5a0..c4b6b683 100644 --- a/include/babeltrace/ctf-ir/field-types.h +++ b/include/babeltrace/ctf-ir/field-types.h @@ -851,6 +851,9 @@ extern struct bt_ctf_field_path *bt_ctf_field_type_sequence_get_length_field_pat extern int bt_ctf_field_type_compare(struct bt_ctf_field_type *type_a, struct bt_ctf_field_type *type_b); +extern struct bt_ctf_field_type *bt_ctf_field_type_copy( + struct bt_ctf_field_type *type); + /* * bt_ctf_field_type_get_type_id: get a field type's bt_ctf_type_id. *