lib: create_packet_message(): make assertion message less convoluted
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index 4d45e8e48ea1a84c80caeaf5a8a574fb8bc54d5f..d24b5d6ab71432a71550449784cb4a117f4270e7 100644 (file)
@@ -48,21 +48,15 @@ struct bt_stream_class {
        uint64_t id;
        bool assigns_automatic_event_class_id;
        bool assigns_automatic_stream_id;
-       bool packets_have_discarded_event_counter_snapshot;
-       bool packets_have_packet_counter_snapshot;
-       bool packets_have_default_beginning_cv;
-       bool packets_have_default_end_cv;
+       bool packets_have_default_beginning_clock_snapshot;
+       bool packets_have_default_end_clock_snapshot;
        struct bt_field_class *packet_context_fc;
-       struct bt_field_class *event_header_fc;
        struct bt_field_class *event_common_context_fc;
        struct bt_clock_class *default_clock_class;
 
        /* Array of `struct bt_event_class *` */
        GPtrArray *event_classes;
 
-       /* Pool of `struct bt_field_wrapper *` */
-       struct bt_object_pool event_header_field_pool;
-
        /* Pool of `struct bt_field_wrapper *` */
        struct bt_object_pool packet_context_field_pool;
 
This page took 0.023969 seconds and 4 git commands to generate.