summaryrefslogtreecommitdiff
path: root/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 6b196062..5268d4ae 100644
--- 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 *);