options: flow should parse as FIO_OPT_INT
[fio.git] / options.c
index 067597ecde48807c39dd03b2aceeeaa654467953..0d64e7c0581e9ad912d85315fcc85cab1cd06506 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4696,7 +4696,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
        {
                .name   = "flow",
                .lname  = "I/O flow weight",
-               .type   = FIO_OPT_ULL,
+               .type   = FIO_OPT_INT,
                .off1   = offsetof(struct thread_options, flow),
                .help   = "Weight for flow control of this job",
                .parent = "flow_id",