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