Generate a binary looking for in-tree plug-ins
[babeltrace.git] / converter / babeltrace-cfg.h
index c80a62d3b235c1cd019ba7a770dd20be3f1c6d1a..fe385a2083511e53a440012a72970c5434e24892 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <babeltrace/values.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
@@ -53,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
@@ -62,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, 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.023595 seconds and 4 git commands to generate.