[PATCH] Change timeout to runtime and rearrange option entries
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 2d4b55ec30999b932e9f3823981ba171191869a2..4ddb76a6335d6af7834e1209b8517fb125f01d6d 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -21,6 +21,7 @@ enum fio_opt_type {
  */
 struct fio_option {
        const char *name;               /* option name */
  */
 struct fio_option {
        const char *name;               /* option name */
+       const char *alias;              /* possible old allowed name */
        enum fio_opt_type type;         /* option type */
        unsigned int off1;              /* potential parameters */
        unsigned int off2;
        enum fio_opt_type type;         /* option type */
        unsigned int off1;              /* potential parameters */
        unsigned int off2;