Split notification iterator API into base and specialized functions
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index 56397dff46d31c351be035119ad14967706b9049..8c859e77472312a9edfa102824fdfd03bbb8aae2 100644 (file)
@@ -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;
 
@@ -139,7 +136,7 @@ BT_HIDDEN
 void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);
 
 BT_HIDDEN
-struct bt_notification_iterator_next_return ctf_fs_ds_file_next(
+struct bt_notification_iterator_next_method_return ctf_fs_ds_file_next(
                struct ctf_fs_ds_file *stream);
 
 BT_HIDDEN
This page took 0.025023 seconds and 4 git commands to generate.