filesetup: add non O_DIRECT direct I/O support for initial layout setup
[fio.git] / file.h
diff --git a/file.h b/file.h
index 84daa5f66b74a1c871796dd20c1f3375e0eacf89..ad8802d395ae67dd91837a9e9553881abb30e649 100644 (file)
--- a/file.h
+++ b/file.h
@@ -211,5 +211,6 @@ extern void filesetup_mem_free(void);
 extern void fio_file_reset(struct thread_data *, struct fio_file *);
 extern bool fio_files_done(struct thread_data *);
 extern bool exists_and_not_regfile(const char *);
+extern int fio_set_directio(struct thread_data *, struct fio_file *);
 
 #endif