X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftypes.h;h=86f6501a89b5d8c000836e1c3da834597c5434b8;hb=553c4bab3cad8ad569c14a01b39a66a2d8bcde7c;hp=6884f175103a17d159a626ff84a0f84c5d57e437;hpb=2ce06c9e12da671dd1098ed4174a070af95cb406;p=babeltrace.git diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 6884f175..86f6501a 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -99,6 +99,8 @@ typedef struct bt_connection bt_connection; typedef struct bt_event bt_event; typedef struct bt_event_class bt_event_class; typedef struct bt_event_header_field bt_event_header_field; +typedef struct bt_error bt_error; +typedef struct bt_error_cause bt_error_cause; typedef struct bt_field bt_field; typedef struct bt_field_class bt_field_class; typedef struct bt_field_class_enumeration_mapping bt_field_class_enumeration_mapping; @@ -124,6 +126,7 @@ typedef struct bt_port_output bt_port_output; typedef struct bt_port_output_message_iterator bt_port_output_message_iterator; typedef struct bt_query_executor bt_query_executor; typedef struct bt_self_component bt_self_component; +typedef struct bt_self_component_class bt_self_component_class; 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;