Fix: CTF writer: validate and set `timestamp_begin`/`timestamp_end`
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index f76f2626fc6710a77bfa6a3f837c5a64f756f97c..3901a9ae4536104138a498683ba2bed2385b35aa 100644 (file)
@@ -82,6 +82,7 @@ struct bt_stream {
        unsigned int flushed_packet_count;
        uint64_t discarded_events;
        uint64_t size;
+       uint64_t last_ts_end;
 
        /* Array of struct bt_stream_destroy_listener */
        GArray *destroy_listeners;
This page took 0.024619 seconds and 4 git commands to generate.