Fixing wraparound behavior for time-based sequential read jobs
[fio.git] / file.h
diff --git a/file.h b/file.h
index 51df839e8c0eaa1ca1262dc3b219f9c9471a2a71..68f9a6eead88014e129c90f6e93abf191d22020f 100644 (file)
--- a/file.h
+++ b/file.h
@@ -147,6 +147,7 @@ FILE_FLAG_FNS(partial_mmap);
 struct thread_data;
 extern void close_files(struct thread_data *);
 extern void close_and_free_files(struct thread_data *);
+extern unsigned long long get_start_offset(struct thread_data *);
 extern int __must_check setup_files(struct thread_data *);
 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);