Fix compile error
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 0cdc0894ae207be6f674c8ca963462c7af423b7f..677b62b969850582c8e6419d838ec549b6b5dc5f 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -48,6 +48,7 @@ struct fio_option {
        const char *def;                /* default setting */
        const struct value_pair posval[PARSE_MAX_VP];/* possible values */
        const char *parent;             /* parent option */
+       int (*verify)(struct fio_option *, void *);
 };
 
 typedef int (str_cb_fn)(void *, char *);