src.ctf.fs: rename some ctf_fs_ds_file fields
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.h
index 6f1535e304126d9de8a19492efd46aa7b1394837..1d0bcd3f347d02dc842c7c445af666dd848df3da 100644 (file)
@@ -77,13 +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;
+       off_t request_offset_in_mapping;
 
        bool end_reached;
 };
This page took 0.024394 seconds and 4 git commands to generate.