lib: rename functions to clearly indicate API inheritance
[babeltrace.git] / src / lib / trace-ir / resolve-field-path.c
index 610e9cc003551b8db6493226692c0e089cf6a358..59910bdc1e02fcb6264050e6549d9cf9cfb80801 100644 (file)
@@ -529,7 +529,7 @@ int bt_resolve_field_paths(struct bt_field_class *fc,
        switch (fc->type) {
        case BT_FIELD_CLASS_TYPE_DYNAMIC_ARRAY:
        {
-               struct bt_field_class_dynamic_array *dyn_array_fc = (void *) fc;
+               struct bt_field_class_array_dynamic *dyn_array_fc = (void *) fc;
 
                if (dyn_array_fc->length_fc) {
                        BT_ASSERT(!dyn_array_fc->length_field_path);
This page took 0.02287 seconds and 4 git commands to generate.