Rename: "field class ID" -> "field class type"
[babeltrace.git] / plugins / utils / trimmer / copy.c
index 0b666b35e568303cd748e62afc891f06d48cd148..061e9a84d3f069baeac9b29e640b9addde36b395 100644 (file)
@@ -119,7 +119,7 @@ enum bt_component_status update_packet_context_field(FILE *err,
                        continue;
                }
                if (bt_field_class_id(field_class) !=
-                               BT_FIELD_CLASS_ID_INTEGER) {
+                               BT_FIELD_CLASS_TYPE_INTEGER) {
                        BT_LOGE("Expecting an integer for this field: field-name=\"%s\"",
                                        name);
                        goto error;
This page took 0.023589 seconds and 4 git commands to generate.