X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftypes.h;h=fe74a81a314112bcd2d455c5fd0b30514ca59c3a;hb=21a9f056fd7d86d18aa7a1700c7f47d93eb1adeb;hp=3e61f325069cb1eb052b8240eff6ad6d8e3c349e;hpb=50e763f66f1e2016995f65c590bdbbae17b9b4ed;p=babeltrace.git diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 3e61f325..fe74a81a 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -138,13 +138,17 @@ 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_stream bt_stream; typedef struct bt_stream_class bt_stream_class;