Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
[babeltrace.git] / lib / ctf-ir / event.c
index 80044dd9c318d2877810d1d65a5b084ea98428f1..6d878fd757c93c3fc8d170d21f6e3bdc118c6d63 100644 (file)
@@ -348,7 +348,7 @@ int bt_ctf_event_set_payload_field(struct bt_ctf_event *event,
        }
 
        if (bt_ctf_field_type_get_type_id(payload_type) !=
-                       BT_CTF_TYPE_ID_STRUCT) {
+                       BT_CTF_FIELD_TYPE_ID_STRUCT) {
                ret = -1;
                goto end;
        }
This page took 0.02304 seconds and 4 git commands to generate.