X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=4fbc704498aa521519c903cfea88466daa2e25cc;hp=d7875b04cf82bdd8981ddaa1eec5691f65301eb6;hb=24ffd2c2bca53f4de85ab6defd52a812be1f2429;hpb=de8dd119d7d869dd9c90c6d62bf4bededd10642e diff --git a/fio.h b/fio.h index d7875b04..4fbc7044 100644 --- 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 *);