I/O structures accessors generation (work in progress)
[babeltrace.git] / types / integer.c
index 1a8601ebbeb88c57b5d65e87f80d1c05fb954a5a..373e4bc4af85ea068a13ddfff22a6e452409c99e 100644 (file)
@@ -63,6 +63,7 @@ struct type_integer *
        struct type_integer *integer_type;
 
        integer_type = g_new(struct type_integer, 1);
+       integer_type->p.id = CTF_TYPE_INTEGER;
        integer_type->p.name = g_quark_from_string(name);
        integer_type->p.alignment = alignment;
        integer_type->p.copy = integer_copy;
This page took 0.02463 seconds and 4 git commands to generate.