engines/io_uring: don't attempt to set RLIMITs
[fio.git] / file.h
diff --git a/file.h b/file.h
index 5e2ef99851a2f33308c4cb96a8bcf7af64923233..493ec04a6677e90f6c0d0182e0b082b31302451f 100644 (file)
--- a/file.h
+++ b/file.h
@@ -231,5 +231,6 @@ 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 *);
+extern void fio_file_free(struct fio_file *);
 
 #endif