X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Ffs.h;h=5ba3d571436ed11ef5de121243f737183119fce9;hb=bf012bdeed813d8cb261a630655887080388f465;hp=8968fcba88412a3bc71408de7b686ff54e16d713;hpb=7c14d64103ff43ddeb43aaa04df17beb107f1f78;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/fs.h b/src/plugins/ctf/fs-src/fs.h index 8968fcba..5ba3d571 100644 --- a/src/plugins/ctf/fs-src/fs.h +++ b/src/plugins/ctf/fs-src/fs.h @@ -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;