verify: verify_state_gen_name() should check size
[fio.git] / engines / gfapi.h
index f8acb98ef6f613091a999e6a3f87def1662a9ecc..1028431415e649af01e2457754a4944355f57a81 100644 (file)
@@ -1,9 +1,8 @@
 #include <glusterfs/api/glfs.h>
-#include <glusterfs/api/glfs-handles.h>
 #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);