X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=ad8802d395ae67dd91837a9e9553881abb30e649;hb=8355119b7ef7007b0a251654602584eec000f958;hp=84daa5f66b74a1c871796dd20c1f3375e0eacf89;hpb=1be7afd7329ebdca520d637f571d2b31c33f6ba1;p=fio.git 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