Time offset: use trace offset average
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index ce5f8b9e477d7053d77aad852c02dc392d0f4b44..ad40e03e75b3daa947f1b691d50f03cfb0be1964 100644 (file)
@@ -36,7 +36,6 @@ struct ctf_event;
 struct ctf_stream {
        struct ctf_stream_class *stream_class;
        uint64_t timestamp;                     /* Current timestamp, in ns */
-       uint64_t prev_timestamp;
        uint64_t event_id;                      /* Current event ID */
        int has_timestamp;
        uint64_t stream_id;
@@ -51,7 +50,8 @@ struct ctf_stream {
 
        /* Event discarded information */
        uint32_t events_discarded;
-       
+       uint64_t prev_timestamp;        /* Last event */
+       uint64_t prev_timestamp_end;    /* End-of-packet timestamp */
 };
 
 struct ctf_stream_event {
This page took 0.034683 seconds and 4 git commands to generate.