genzip: add summed hit percentages
[fio.git] / engines / gfapi.h
index c79838b7d61c28f08e6108dd3a17e4f1da792454..1028431415e649af01e2457754a4944355f57a81 100644 (file)
@@ -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);