X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Fdata-stream-file.h;h=1d3e51e68385e70a8c5b4afcdd0d0f3985a02941;hb=52eb1a72ea30c44e7ddd39d19566255e2d4c32bf;hp=56397dff46d31c351be035119ad14967706b9049;hpb=7b7d809115c61ddae2dcaeae2c36ee4cafc4d8b4;p=babeltrace.git diff --git a/plugins/ctf/fs-src/data-stream-file.h b/plugins/ctf/fs-src/data-stream-file.h index 56397dff..1d3e51e6 100644 --- a/plugins/ctf/fs-src/data-stream-file.h +++ b/plugins/ctf/fs-src/data-stream-file.h @@ -105,12 +105,9 @@ struct ctf_fs_ds_file { */ size_t mmap_max_len; - /* Length of the current mapping. */ + /* Length of the current mapping. Never exceeds the file's length. */ size_t mmap_len; - /* Length of the current mapping which *exists* in the backing file. */ - size_t mmap_valid_len; - /* Offset in the file where the current mapping starts. */ off_t mmap_offset;