lib: rename `bt_scope` -> `bt_field_path_scope`
[babeltrace.git] / src / lib / trace-ir / field-path.c
index 230db9dd53ecf7b15583f15878c2d1d857d0e103..4e5b16f70a657c4de728557a9e9a184e9df3e1ef 100644 (file)
@@ -79,7 +79,7 @@ end:
        return field_path;
 }
 
-enum bt_scope bt_field_path_get_root_scope(
+enum bt_field_path_scope bt_field_path_get_root_scope(
                const struct bt_field_path *field_path)
 {
        BT_ASSERT_PRE_DEV_NON_NULL(field_path, "Field path");
This page took 0.02477 seconds and 4 git commands to generate.