lib: pass config objects to component init methods
[babeltrace.git] / include / babeltrace2 / types.h
index 3e61f325069cb1eb052b8240eff6ad6d8e3c349e..d9b883ac85d491abd24bddadcf3a909b9b1fcd85 100644 (file)
@@ -138,12 +138,15 @@ typedef struct bt_self_component_class_filter bt_self_component_class_filter;
 typedef struct bt_self_component_class_sink bt_self_component_class_sink;
 typedef struct bt_self_component_class_source bt_self_component_class_source;
 typedef struct bt_self_component_filter bt_self_component_filter;
+typedef struct bt_self_component_filter_configuration bt_self_component_filter_configuration;
 typedef struct bt_self_component_port bt_self_component_port;
 typedef struct bt_self_component_port_input bt_self_component_port_input;
 typedef struct bt_self_component_port_input_message_iterator bt_self_component_port_input_message_iterator;
 typedef struct bt_self_component_port_output bt_self_component_port_output;
 typedef struct bt_self_component_sink bt_self_component_sink;
+typedef struct bt_self_component_sink_configuration bt_self_component_sink_configuration;
 typedef struct bt_self_component_source bt_self_component_source;
+typedef struct bt_self_component_source_configuration bt_self_component_source_configuration;
 typedef struct bt_self_message_iterator bt_self_message_iterator;
 typedef struct bt_self_plugin bt_self_plugin;
 typedef struct bt_stream bt_stream;
This page took 0.023169 seconds and 4 git commands to generate.