[PATCH] Allow io engine to do the file setup
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 112736c81a360b265bd25c26820734f743ee34eb..db39ea125ec31a9c74bdde4d23c51648e353cff9 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -455,6 +455,7 @@ struct ioengine_ops {
        char name[16];
        int version;
        int flags;
+       int (*setup)(struct thread_data *);
        int (*init)(struct thread_data *);
        int (*prep)(struct thread_data *, struct io_u *);
        int (*queue)(struct thread_data *, struct io_u *);