Merge branch 'master' of ssh://router/data/git/fio
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 4f3f94d0f7f8f97fef15ead4adc12e7af199db3d..0cdc0894ae207be6f674c8ca963462c7af423b7f 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -7,7 +7,6 @@
 enum fio_opt_type {
        FIO_OPT_STR = 0,
        FIO_OPT_STR_VAL,
-       FIO_OPT_STR_VAL_INT,
        FIO_OPT_STR_VAL_TIME,
        FIO_OPT_STR_STORE,
        FIO_OPT_RANGE,
@@ -26,6 +25,7 @@ struct value_pair {
        const char *help;               /* help text for sub option */
 };
 
+#define OPT_LEN_MAX    1024
 #define PARSE_MAX_VP   16
 
 /*