X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=cc8acbf5ef173e3b3e413a21b6d528b9149d5720;hb=480ef0579251dd34372d0b25d23d1af2ac7e3bdb;hp=c336632f7e6eb34b93190ae5e4d71c5f1a12d994;hpb=ac36e285fccb44d0939672c04ba8f823869733eb;p=babeltrace.git diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index c336632f..cc8acbf5 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -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 */ }; /*