Generate a binary looking for in-tree plug-ins
[babeltrace.git] / converter / babeltrace-cfg.h
index fea844c52865c982eb9bf752538c576d56e7a22c..fe385a2083511e53a440012a72970c5434e24892 100644 (file)
@@ -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 */
This page took 0.023445 seconds and 4 git commands to generate.