X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fgfapi.h;h=0da471c7499b5e4811f7c289b0930e14959ba6ac;hb=79816cf7aca1e96b2f1dbb846f1d8aa0c1bbcd9f;hp=f8acb98ef6f613091a999e6a3f87def1662a9ecc;hpb=b6b2626a39dd6ed7bc03e40e9dd1763954b32fdc;p=fio.git diff --git a/engines/gfapi.h b/engines/gfapi.h index f8acb98e..0da471c7 100644 --- a/engines/gfapi.h +++ b/engines/gfapi.h @@ -1,5 +1,4 @@ #include -#include #include "../fio.h" struct gf_options { @@ -20,3 +19,4 @@ extern void fio_gf_cleanup(struct thread_data *td); extern int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f); extern int fio_gf_open_file(struct thread_data *td, struct fio_file *f); extern int fio_gf_close_file(struct thread_data *td, struct fio_file *f); +extern int fio_gf_unlink_file(struct thread_data *td, struct fio_file *f);