X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fctf-index.h;h=8880c2febf964f6f5ecd6acf291642a96fef3ce3;hb=480ef05;hp=b39b523f347204142f470b338964393c9757821e;hpb=ac36e285fccb44d0939672c04ba8f823869733eb;p=deliverable%2Fbabeltrace.git diff --git a/include/babeltrace/ctf/ctf-index.h b/include/babeltrace/ctf/ctf-index.h index b39b523f3..8880c2feb 100644 --- a/include/babeltrace/ctf/ctf-index.h +++ b/include/babeltrace/ctf/ctf-index.h @@ -29,7 +29,7 @@ #define CTF_INDEX_MAGIC 0xC1F1DCC1 #define CTF_INDEX_MAJOR 1 -#define CTF_INDEX_MINOR 0 +#define CTF_INDEX_MINOR 1 /* * Header at the beginning of each index file. @@ -55,6 +55,9 @@ struct ctf_packet_index { uint64_t timestamp_end; uint64_t events_discarded; uint64_t stream_id; + /* CTF_INDEX 1.0 limit */ + uint64_t stream_instance_id; /* ID of the channel instance */ + uint64_t packet_seq_num; /* packet sequence number */ } __attribute__((__packed__)); #endif /* LTTNG_INDEX_H */