babeltrace(1): add --connect option and connection management
[babeltrace.git] / converter / babeltrace-cfg.h
index a452d59f424d75f09e5544de83c27f32556904e3..23af3e6801b9bb811fba25be2f9bb0ed60fdba62 100644 (file)
@@ -62,9 +62,15 @@ struct bt_config {
                        /* Array of pointers to struct bt_config_component */
                        GPtrArray *sources;
 
+                       /* Array of pointers to struct bt_config_component */
+                       GPtrArray *filters;
+
                        /* Array of pointers to struct bt_config_component */
                        GPtrArray *sinks;
 
+                       /* Array of pointers to struct bt_config_connection */
+                       GPtrArray *connections;
+
                        bool force_correlate;
                        bool omit_system_plugin_path;
                        bool omit_home_plugin_path;
@@ -101,6 +107,8 @@ struct bt_config *bt_config_from_args(int argc, const char *argv[],
                bool omit_home_plugin_path,
                struct bt_value *initial_plugin_paths);
 
+struct bt_config_component *bt_config_component_from_arg(const char *arg);
+
 enum bt_value_status bt_config_append_plugin_paths(
                struct bt_value *plugin_paths, const char *arg);
 
This page took 0.023907 seconds and 4 git commands to generate.