Update pretty-print
[babeltrace.git] / types / struct.c
index 1a2b59d51e26e9cbb319f313aac798dba2bd0d51..6012447bc2a678194aa4ba5dc8a278ea3e58073e 100644 (file)
@@ -109,6 +109,7 @@ struct definition *
        _struct->p.ref = 1;
        _struct->p.index = index;
        _struct->p.name = field_name;
+       _struct->p.path = new_definition_path(parent_scope, field_name);
        _struct->scope = new_definition_scope(parent_scope, field_name);
        _struct->fields = g_ptr_array_sized_new(DEFAULT_NR_STRUCT_FIELDS);
        g_ptr_array_set_size(_struct->fields, struct_declaration->fields->len);
This page took 0.023655 seconds and 4 git commands to generate.