lib: rename `bt_scope` -> `bt_field_path_scope`
[babeltrace.git] / include / babeltrace2 / trace-ir / field-path-const.h
index c1b7f76b203a90bec22d78a82c6b532c15f87685..b1bd0154e470eb916f3a6741bfe7705e8e44cd94 100644 (file)
@@ -40,14 +40,14 @@ typedef enum bt_field_path_item_type {
        BT_FIELD_PATH_ITEM_TYPE_CURRENT_ARRAY_ELEMENT,
 } bt_field_path_item_type;
 
-typedef enum bt_scope {
-       BT_SCOPE_PACKET_CONTEXT,
-       BT_SCOPE_EVENT_COMMON_CONTEXT,
-       BT_SCOPE_EVENT_SPECIFIC_CONTEXT,
-       BT_SCOPE_EVENT_PAYLOAD,
-} bt_scope;
-
-extern bt_scope bt_field_path_get_root_scope(
+typedef enum bt_field_path_scope {
+       BT_FIELD_PATH_SCOPE_PACKET_CONTEXT,
+       BT_FIELD_PATH_SCOPE_EVENT_COMMON_CONTEXT,
+       BT_FIELD_PATH_SCOPE_EVENT_SPECIFIC_CONTEXT,
+       BT_FIELD_PATH_SCOPE_EVENT_PAYLOAD,
+} bt_field_path_scope;
+
+extern bt_field_path_scope bt_field_path_get_root_scope(
                const bt_field_path *field_path);
 
 extern uint64_t bt_field_path_get_item_count(
This page took 0.024696 seconds and 4 git commands to generate.