X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=82a7289e517ff1d316f8b14fa59f592b11903f57;hp=6dd74ed42732aff997a41ecdeee08d5e09cfac33;hb=64bbb86598ada3fa401c61aab5ef6c37bec6d6f3;hpb=85bc833bed3fa58c177df65f1d6cf40af85cb10b diff --git a/options.c b/options.c index 6dd74ed4..82a7289e 100644 --- a/options.c +++ b/options.c @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include @@ -1482,6 +1481,13 @@ 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", + .help = "Playback IO pattern file as fast as possible without stalls", + }, { .name = "exec_prerun", .type = FIO_OPT_STR_STORE,