Style fixup
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index c5a74171ae94e70cb45339b1b22fbd387579ccf5..f2265a43226cf1584baf6f31fcf0e981351568fc 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -29,6 +29,7 @@ struct value_pair {
        unsigned int oval;              /* output value */
        const char *help;               /* help text for sub option */
        int or;                         /* OR value */
+       void *cb;                       /* sub-option callback */
 };
 
 #define OPT_LEN_MAX    4096