I/O structures accessors generation (work in progress)
[babeltrace.git] / types / float.c
index ae23a96c261ef92ce62404b40e1cac2e69e70def..5ceb9f3ada1fa5a54fdd7c2be579b7efc21df74e 100644 (file)
@@ -66,6 +66,7 @@ struct type_float *
 
        float_type = g_new(struct type_float, 1);
        type = &float_type->p;
+       type->id = CTF_TYPE_FLOAT;
        type->name = g_quark_from_string(name);
        type->alignment = alignment;
        type->copy = float_copy;
This page took 0.022997 seconds and 4 git commands to generate.