I/O structures accessors generation (work in progress)
[babeltrace.git] / types / array.c
index 35415ec8f446401b80b10eb0a8d7dbed1b7d1bab..02a154e9ab148ea9abd843821a2ae6eca13ac4fc 100644 (file)
@@ -69,6 +69,7 @@ struct type_array *
        type_ref(elem_type);
        array_type->elem = elem_type;
        array_type->scope = new_type_scope(parent_scope);
+       type->id = CTF_TYPE_ARRAY;
        type->name = g_quark_from_string(name);
        /* No need to align the array, the first element will align itself */
        type->alignment = 1;
This page took 0.022728 seconds and 4 git commands to generate.