Add close_files() that closes all files
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d7875b04cf82bdd8981ddaa1eec5691f65301eb6..4fbc704498aa521519c903cfea88466daa2e25cc 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -800,6 +800,7 @@ extern void options_mem_free(struct thread_data *);
  * File setup/shutdown
  */
 extern void close_files(struct thread_data *);
+extern void close_and_free_files(struct thread_data *);
 extern int __must_check setup_files(struct thread_data *);
 extern int __must_check open_files(struct thread_data *);
 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);