X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftypes.h;h=fe74a81a314112bcd2d455c5fd0b30514ca59c3a;hb=21a9f056fd7d86d18aa7a1700c7f47d93eb1adeb;hp=55fba0edfbefaf7eba286b89321baa619ed3640d;hpb=55f09f529d02f6f548195ad3087edb10d12c52f6;p=babeltrace.git diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 55fba0ed..fe74a81a 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -138,17 +138,18 @@ 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_message_iterator_configuration bt_self_message_iterator_configuration; typedef struct bt_self_plugin bt_self_plugin; -typedef struct bt_self_port bt_self_port; -typedef struct bt_self_port_input bt_self_port_input; -typedef struct bt_self_port_output bt_self_port_output; typedef struct bt_stream bt_stream; typedef struct bt_stream_class bt_stream_class; typedef struct bt_trace bt_trace;