Rename "query info" to "query" everywhere, and "action" to "object"
[babeltrace.git] / converter / babeltrace-cfg.h
index 6cb375b8937fc80c93bbbc0438229b1e84723e8e..f78fc1aef362090fbc1b2e2404e3897af016d833 100644 (file)
@@ -47,7 +47,7 @@ enum bt_config_command {
        BT_CONFIG_COMMAND_CONVERT,
        BT_CONFIG_COMMAND_LIST_PLUGINS,
        BT_CONFIG_COMMAND_HELP,
-       BT_CONFIG_COMMAND_QUERY_INFO,
+       BT_CONFIG_COMMAND_QUERY,
 };
 
 struct bt_config {
@@ -94,14 +94,14 @@ struct bt_config {
                        struct bt_config_component *cfg_component;
                } help;
 
-               /* BT_CONFIG_COMMAND_QUERY_INFO */
+               /* BT_CONFIG_COMMAND_QUERY */
                struct {
                        struct bt_value *plugin_paths;
                        bool omit_system_plugin_path;
                        bool omit_home_plugin_path;
-                       GString *action;
+                       GString *object;
                        struct bt_config_component *cfg_component;
-               } query_info;
+               } query;
        } cmd_data;
 };
 
This page took 0.022789 seconds and 4 git commands to generate.