ir: rename ctf_type_id -> bt_ctf_type_id
[babeltrace.git] / formats / ctf / ir / trace.c
index dce9474baa787f33faea3c797880e7f67ebb4757..75a47952eedd4f68e5c0b44ec1c624ddf8e8c5c8 100644 (file)
@@ -1002,7 +1002,7 @@ int bt_ctf_trace_set_packet_header_type(struct bt_ctf_trace *trace,
 
        /* packet_header_type must be a structure */
        if (bt_ctf_field_type_get_type_id(packet_header_type) !=
-               CTF_TYPE_STRUCT) {
+               BT_CTF_TYPE_ID_STRUCT) {
                ret = -1;
                goto end;
        }
This page took 0.024385 seconds and 4 git commands to generate.