X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Fsequence.c;h=9d84d0eece59e8a9d4a1f878e5da8cb5296a7818;hp=c379f98364c139e30891e167ee9c2757c21e6224;hb=05628561ca57ff5d269571a72a12cb86854c5f70;hpb=64893f33bdc4bfe20820928b28731277797e41fc diff --git a/types/sequence.c b/types/sequence.c index c379f983..9d84d0ee 100644 --- a/types/sequence.c +++ b/types/sequence.c @@ -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;