lib: add thread-safe error reporting API
[babeltrace.git] / include / babeltrace2 / types.h
index 6884f175103a17d159a626ff84a0f84c5d57e437..86f6501a89b5d8c000836e1c3da834597c5434b8 100644 (file)
@@ -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;
This page took 0.024281 seconds and 4 git commands to generate.