X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=ad8802d395ae67dd91837a9e9553881abb30e649;hp=84daa5f66b74a1c871796dd20c1f3375e0eacf89;hb=3eeb162085b43311546e395039c19664ea781b0f;hpb=2c3e17be4c7c9a737317ada414b98929652fec15 diff --git a/file.h b/file.h index 84daa5f6..ad8802d3 100644 --- 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