X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=9718dc56cb0d42871be7c3cc1a52b4b73ff0af27;hp=6dd74ed42732aff997a41ecdeee08d5e09cfac33;hb=87e7a9723a6732619b1682388cbc11b277a918f8;hpb=85bc833bed3fa58c177df65f1d6cf40af85cb10b diff --git a/options.c b/options.c index 6dd74ed4..9718dc56 100644 --- a/options.c +++ b/options.c @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include @@ -1482,6 +1481,14 @@ static struct fio_option options[FIO_MAX_OPTS] = { .off1 = td_var_offset(read_iolog_file), .help = "Playback IO pattern from file", }, + { + .name = "replay_no_stall", + .type = FIO_OPT_INT, + .off1 = td_var_offset(no_stall), + .def = "0", + .parent = "read_iolog", + .help = "Playback IO pattern file as fast as possible without stalls", + }, { .name = "exec_prerun", .type = FIO_OPT_STR_STORE,