src.ctf.fs: support no packet beg/end CS and no discarded events/packets
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta.h
index 33e41090724ef761c06d0b352713621ee9245de4..3b338c05c627494825818be880dc313abe4986cd 100644 (file)
@@ -228,6 +228,12 @@ struct ctf_event_class {
 struct ctf_stream_class {
        uint64_t id;
        bool is_translated;
+       bool packets_have_ts_begin;
+       bool packets_have_ts_end;
+       bool has_discarded_events;
+       bool has_discarded_packets;
+       bool discarded_events_have_default_cs;
+       bool discarded_packets_have_default_cs;
 
        /* Owned by this */
        struct ctf_field_class *packet_context_fc;
This page took 0.023925 seconds and 4 git commands to generate.