ctf: read packet sequence number from index
[babeltrace.git] / src / plugins / ctf / fs-src / fs.h
index a6594b1c234ab603e9998349cf0ec794ccac55e6..78faded2a0c59c1e66ea283e3cff62b9487f5ba0 100644 (file)
@@ -129,6 +129,11 @@ struct ctf_fs_ds_index_entry {
         * (in ns since EPOCH).
         */
        int64_t timestamp_begin_ns, timestamp_end_ns;
+
+       /*
+        * Packet sequence number, or UINT64_MAX if not present in the index.
+        */
+       uint64_t packet_seq_num;
 };
 
 struct ctf_fs_ds_index {
This page took 0.022763 seconds and 4 git commands to generate.