X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=converter%2Fbabeltrace-cfg.h;h=f78fc1aef362090fbc1b2e2404e3897af016d833;hb=a67681c1f02f54bc1f708d449bceb35476024083;hp=6779f85eb70d7d8c8c668cd36737f1928f5924bc;hpb=63ce0e1d658d528f48fd0f16d5a6748c1b369ef1;p=babeltrace.git diff --git a/converter/babeltrace-cfg.h b/converter/babeltrace-cfg.h index 6779f85e..f78fc1ae 100644 --- a/converter/babeltrace-cfg.h +++ b/converter/babeltrace-cfg.h @@ -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 { @@ -76,6 +76,7 @@ struct bt_config { bool force_correlate; bool omit_system_plugin_path; bool omit_home_plugin_path; + bool print_ctf_metadata; } convert; /* BT_CONFIG_COMMAND_LIST_PLUGINS */ @@ -93,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; };