Rename "default beginning/end CS" -> "beginning/end default CS"
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index d24b5d6ab71432a71550449784cb4a117f4270e7..2f806ffc5a291b038ce4c457136af82b2f168f57 100644 (file)
@@ -48,8 +48,12 @@ struct bt_stream_class {
        uint64_t id;
        bool assigns_automatic_event_class_id;
        bool assigns_automatic_stream_id;
-       bool packets_have_default_beginning_clock_snapshot;
-       bool packets_have_default_end_clock_snapshot;
+       bool packets_have_beginning_default_clock_snapshot;
+       bool packets_have_end_default_clock_snapshot;
+       bool supports_discarded_events;
+       bool supports_discarded_packets;
+       bool discarded_events_have_default_clock_snapshots;
+       bool discarded_packets_have_default_clock_snapshots;
        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.022976 seconds and 4 git commands to generate.