The following changes since commit 1d73ff2a4a8f02905cf338b2f0286d76d64e7c2a: iolog: move the chunked items-to-fetch logic into separate function (2018-08-03 14:40:17 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to b87ed299820c26e8c4271294b0c5037e8d0a3d4a: client: support --status-interval option in client/server mode (2018-08-05 15:12:12 -0600) ---------------------------------------------------------------- Tomohiro Kusumi (1): client: support --status-interval option in client/server mode init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/init.c b/init.c index ede0a8b..06f6971 100644 --- a/init.c +++ b/init.c @@ -258,7 +258,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = { { .name = (char *) "status-interval", .has_arg = required_argument, - .val = 'L', + .val = 'L' | FIO_CLIENT_FLAG, }, { .name = (char *) "trigger-file", -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html