Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
[babeltrace.git] / plugins / utils / trimmer / copy.c
index c485448ec46ffa7e3e209a2266b5ee3f7ebd364e..9d0d814171e5b6054d0a31098a241e4c854a8cc9 100644 (file)
@@ -121,7 +121,7 @@ enum bt_component_status update_packet_context_field(FILE *err,
                        BT_PUT(field);
                        continue;
                }
-               if (bt_ctf_field_type_get_type_id(field_type) != BT_CTF_TYPE_ID_INTEGER) {
+               if (bt_ctf_field_type_get_type_id(field_type) != BT_CTF_FIELD_TYPE_ID_INTEGER) {
                        fprintf(err, "[error] Unexpected packet context field type\n");
                        goto error;
                }
This page took 0.023513 seconds and 4 git commands to generate.