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