Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index dcb5b12ab3211963460b2b38752e86c8aaa9f3c2..129446bd9f20ffddc6ad1b29ddf218c62737c866 100644 (file)
@@ -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;
This page took 0.024321 seconds and 4 git commands to generate.