Support ctf index version 1.1
[babeltrace.git] / include / babeltrace / ctf / types.h
index c336632f7e6eb34b93190ae5e4d71c5f1a12d994..cc8acbf5ef173e3b3e413a21b6d528b9149d5720 100644 (file)
@@ -58,6 +58,9 @@ struct packet_index {
        uint64_t events_discarded_len;  /* length of the field, in bits */
        struct packet_index_time ts_cycles;     /* timestamp in cycles */
        struct packet_index_time ts_real;       /* realtime timestamp */
+       /* CTF_INDEX 1.0 limit */
+       uint64_t stream_instance_id;    /* ID of the channel instance */
+       uint64_t packet_seq_num;        /* packet sequence number */
 };
 
 /*
This page took 0.023833 seconds and 4 git commands to generate.