X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=converter%2Fbabeltrace-cfg.h;h=fe385a2083511e53a440012a72970c5434e24892;hb=c1870f576149d488615883a7cfd12eddf78bd46a;hp=fea844c52865c982eb9bf752538c576d56e7a22c;hpb=528debdf7f5593bfb1abddac48554fc635d26a6d;p=babeltrace.git diff --git a/converter/babeltrace-cfg.h b/converter/babeltrace-cfg.h index fea844c5..fe385a20 100644 --- a/converter/babeltrace-cfg.h +++ b/converter/babeltrace-cfg.h @@ -54,6 +54,8 @@ struct bt_config { bool verbose; bool do_list; bool force_correlate; + bool omit_system_plugin_path; + bool omit_home_plugin_path; }; static inline @@ -63,6 +65,9 @@ struct bt_config_component *bt_config_get_component(GPtrArray *array, return bt_get(g_ptr_array_index(array, index)); } -struct bt_config *bt_config_from_args(int argc, const char *argv[], int *exit_code); +struct bt_config *bt_config_create(void); + +int bt_config_init_from_args(struct bt_config *cfg, int argc, + const char *argv[]); #endif /* BABELTRACE_CONVERTER_CFG_H */