Add unlink hook to ioengine API, gluster ioengine
[fio.git] / engines / gfapi.h
index c79838b7d61c28f08e6108dd3a17e4f1da792454..0da471c7499b5e4811f7c289b0930e14959ba6ac 100644 (file)
@@ -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);