X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftypes.h;h=e2b9854eade93b07ab274b984da72dbd30059ccd;hb=a3f0c7db90f4cfc81090a83a7442b7bc624d5789;hp=fe74a81a314112bcd2d455c5fd0b30514ca59c3a;hpb=8d8b141db4c46135a35be19e4a1c192f6a36d67b;p=babeltrace.git diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index fe74a81a..e2b9854e 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -106,8 +106,8 @@ typedef struct bt_field_class_enumeration_signed_mapping bt_field_class_enumerat typedef struct bt_field_class_enumeration_unsigned_mapping bt_field_class_enumeration_unsigned_mapping; typedef struct bt_field_class_structure_member bt_field_class_structure_member; typedef struct bt_field_class_variant_option bt_field_class_variant_option; -typedef struct bt_field_class_variant_with_selector_signed_option bt_field_class_variant_with_selector_signed_option; -typedef struct bt_field_class_variant_with_selector_unsigned_option bt_field_class_variant_with_selector_unsigned_option; +typedef struct bt_field_class_variant_with_selector_field_integer_signed_option bt_field_class_variant_with_selector_field_integer_signed_option; +typedef struct bt_field_class_variant_with_selector_field_integer_unsigned_option bt_field_class_variant_with_selector_field_integer_unsigned_option; typedef struct bt_field_path bt_field_path; typedef struct bt_field_path_item bt_field_path_item; typedef struct bt_graph bt_graph; @@ -119,10 +119,9 @@ typedef struct bt_integer_range_unsigned bt_integer_range_unsigned; typedef struct bt_interrupter bt_interrupter; typedef struct bt_message bt_message; typedef struct bt_message_iterator bt_message_iterator; +typedef struct bt_message_iterator_class bt_message_iterator_class; typedef struct bt_object bt_object; typedef struct bt_packet bt_packet; -typedef struct bt_packet_context_field bt_packet_context_field; -typedef struct bt_packet_header_field bt_packet_header_field; typedef struct bt_plugin bt_plugin; typedef struct bt_plugin_set bt_plugin_set; typedef struct bt_plugin_so_shared_lib_handle bt_plugin_so_shared_lib_handle;