X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ffield-types-internal.h;h=129446bd9f20ffddc6ad1b29ddf218c62737c866;hb=1487a16a42ca7be6b85ef210644d9ac398d7c0dd;hp=dcb5b12ab3211963460b2b38752e86c8aaa9f3c2;hpb=1cf2343a42dd1a82d46a16b4c4a51d01156757e0;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/field-types-internal.h b/include/babeltrace/ctf-ir/field-types-internal.h index dcb5b12a..129446bd 100644 --- a/include/babeltrace/ctf-ir/field-types-internal.h +++ b/include/babeltrace/ctf-ir/field-types-internal.h @@ -42,7 +42,7 @@ typedef int (*type_serialize_func)(struct bt_ctf_field_type *, struct bt_ctf_field_type { struct bt_object base; - enum bt_ctf_type_id id; + enum bt_ctf_field_type_id id; unsigned int alignment; type_freeze_func freeze; type_serialize_func serialize;