src.ctf.fs: initialize ctf_fs_ds_index_entry::packet_seq_num to UINT64_MAX in class
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.hpp
index e5418ced7d5897ec2be66dec06a73838dcc4c40f..10c97a5ebe396bbe68e06b919866768407599b99 100644 (file)
@@ -111,7 +111,7 @@ struct ctf_fs_ds_index_entry
     /*
      * Packet sequence number, or UINT64_MAX if not present in the index.
      */
-    uint64_t packet_seq_num = 0;
+    uint64_t packet_seq_num = UINT64_MAX;
 };
 
 struct ctf_fs_ds_index
This page took 0.025782 seconds and 4 git commands to generate.