Make sure profile options get added to long_options[]
[fio.git] / options.h
index 29bb7a162142ea0258d6b400301ae795e795fcaf..96c81a17c8770be00fa0f01a6a94676378b6bfd6 100644 (file)
--- a/options.h
+++ b/options.h
@@ -8,9 +8,11 @@
 
 struct ext_option {
        struct flist_head list;
+       const char *prof_name;
        struct fio_option o;
 };
 
-void register_option(struct ext_option *);
+void register_ext_option(struct ext_option *);
+void prune_profile_options(const char *);
 
 #endif