X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2Fbabeltrace-cfg.h;fp=converter%2Fbabeltrace-cfg.h;h=6779f85eb70d7d8c8c668cd36737f1928f5924bc;hp=6670d2fae058764293e52dcad2f6c28e1a765e2c;hb=63ce0e1d658d528f48fd0f16d5a6748c1b369ef1;hpb=90de159b47c08681635528a6fee20ef336f431f1 diff --git a/converter/babeltrace-cfg.h b/converter/babeltrace-cfg.h index 6670d2fa..6779f85e 100644 --- a/converter/babeltrace-cfg.h +++ b/converter/babeltrace-cfg.h @@ -47,6 +47,7 @@ enum bt_config_command { BT_CONFIG_COMMAND_CONVERT, BT_CONFIG_COMMAND_LIST_PLUGINS, BT_CONFIG_COMMAND_HELP, + BT_CONFIG_COMMAND_QUERY_INFO, }; struct bt_config { @@ -91,6 +92,15 @@ struct bt_config { bool omit_home_plugin_path; struct bt_config_component *cfg_component; } help; + + /* BT_CONFIG_COMMAND_QUERY_INFO */ + struct { + struct bt_value *plugin_paths; + bool omit_system_plugin_path; + bool omit_home_plugin_path; + GString *action; + struct bt_config_component *cfg_component; + } query_info; } cmd_data; };