ctf: add weak ref to stream file in index entry
[babeltrace.git] / src / plugins / ctf / fs-src / fs.h
index 8968fcba88412a3bc71408de7b686ff54e16d713..5ba3d571436ed11ef5de121243f737183119fce9 100644 (file)
@@ -113,6 +113,9 @@ struct ctf_fs_trace {
 };
 
 struct ctf_fs_ds_index_entry {
+       /* Weak, belongs to ctf_fs_ds_file_info. */
+       const char *path;
+
        /* Position, in bytes, of the packet from the beginning of the file. */
        uint64_t offset;
 
This page took 0.029116 seconds and 4 git commands to generate.