X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fgfapi.h;h=1028431415e649af01e2457754a4944355f57a81;hb=db815fb3d7e158665179a31819929bcfba3156de;hp=f8acb98ef6f613091a999e6a3f87def1662a9ecc;hpb=b6b2626a39dd6ed7bc03e40e9dd1763954b32fdc;p=fio.git diff --git a/engines/gfapi.h b/engines/gfapi.h index f8acb98e..10284314 100644 --- a/engines/gfapi.h +++ b/engines/gfapi.h @@ -1,9 +1,8 @@ #include -#include #include "../fio.h" struct gf_options { - struct thread_data *td; + void *pad; char *gf_vol; char *gf_brick; }; @@ -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);