Add an alias name attribute and accessor to CTF IR field type
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 58a94045a034cf9384d5d9372c073652283cb475..dd80bdceb89026560318236b3eaed7286800c9b3 100644 (file)
@@ -44,6 +44,7 @@ typedef int(*type_serialize_func)(struct bt_ctf_field_type *,
 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;
        /*
This page took 0.029203 seconds and 4 git commands to generate.