Add initial support for profile specific options
[fio.git] / profile.h
index 6b1960623f8bccb4fe177599efbfc1c63a131fb3..5268d4aec21f57bb2dda9df2b0c1cfaf5fe128cd 100644 (file)
--- a/profile.h
+++ b/profile.h
@@ -12,6 +12,7 @@ struct profile_ops {
        int flags;
 
        const char **def_ops;
+       struct fio_option *options;
 };
 
 void register_profile(struct profile_ops *);