X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Fdata-stream-file.h;h=e42890b43a224cdb57701a1cfd02cd014cddf67a;hb=b3f4f37913a4a1a0a9ded34147bff18cccec4f55;hp=6f1535e304126d9de8a19492efd46aa7b1394837;hpb=2d06585f25d1bc213c9755665ade492b4f4cf023;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/data-stream-file.h b/src/plugins/ctf/fs-src/data-stream-file.h index 6f1535e3..e42890b4 100644 --- a/src/plugins/ctf/fs-src/data-stream-file.h +++ b/src/plugins/ctf/fs-src/data-stream-file.h @@ -77,15 +77,13 @@ struct ctf_fs_ds_file { size_t mmap_len; /* Offset in the file where the current mapping starts. */ - off_t mmap_offset; + off_t mmap_offset_in_file; /* * Offset, in the current mapping, of the address to return on the next * request. */ - off_t request_offset; - - bool end_reached; + off_t request_offset_in_mapping; }; BT_HIDDEN