X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-types-internal.h;h=e7569f6fa14c1492150cf26f3c1801c6dea5e103;hb=b75277fb01ea9cce7732cbaaf36027d52e5ba51a;hp=8c3ce2b833e9a9b7011555371e498c3b95b4fc2b;hpb=247249335e46bf943fbbcb994ce10fcf82b89e3a;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index 8c3ce2b8..e7569f6f 100644 --- a/include/babeltrace/ctf-ir/event-types-internal.h +++ b/include/babeltrace/ctf-ir/event-types-internal.h @@ -37,14 +37,13 @@ #include #include -typedef void(*type_freeze_func)(struct bt_ctf_field_type *); -typedef int(*type_serialize_func)(struct bt_ctf_field_type *, +typedef void (*type_freeze_func)(struct bt_ctf_field_type *); +typedef int (*type_serialize_func)(struct bt_ctf_field_type *, struct metadata_context *); struct bt_ctf_field_type { struct bt_ctf_ref ref_count; struct bt_declaration *declaration; - GString *alias_name; type_freeze_func freeze; type_serialize_func serialize; /*