lib: rename `bt_scope` -> `bt_field_path_scope`
[babeltrace.git] / src / lib / trace-ir / field-path.h
index 9241d077793775012edbda157909b165e69d1bea..834f7f0fe9de381fd3563a6598999a7409efd99b 100644 (file)
@@ -39,7 +39,7 @@ struct bt_field_path_item {
 
 struct bt_field_path {
        struct bt_object base;
-       enum bt_scope root;
+       enum bt_field_path_scope root;
 
        /* Array of `struct bt_field_path_item` (items) */
        GArray *items;
This page took 0.022695 seconds and 4 git commands to generate.