lib: remove redundant `bt_packet` properties
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index 5ef02131a00292718ace051e119d5f00e4e0fe08..72493bc21dd9137ce5d84cb8690de651efb125a5 100644 (file)
@@ -48,10 +48,6 @@ 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_cs;
-       bool packets_have_default_end_cs;
        struct bt_field_class *packet_context_fc;
        struct bt_field_class *event_common_context_fc;
        struct bt_clock_class *default_clock_class;
This page took 0.025047 seconds and 4 git commands to generate.