I/O structures accessors generation (work in progress)
[babeltrace.git] / types / sequence.c
index c379f98364c139e30891e167ee9c2757c21e6224..9d84d0eece59e8a9d4a1f878e5da8cb5296a7818 100644 (file)
@@ -81,6 +81,7 @@ struct type_sequence *
        type_ref(elem_type);
        sequence_type->elem = elem_type;
        sequence_type->scope = new_type_scope(parent_scope);
+       type->id = CTF_TYPE_SEQUENCE;
        type->name = g_quark_from_string(name);
        type->alignment = max(len_type->p.alignment, elem_type->alignment);
        type->copy = sequence_copy;
This page took 0.022137 seconds and 4 git commands to generate.