X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=3ed57570c7e09e72f138d87536fc93c03f28b5fa;hp=ede0a8b97c773b2dd971c259c2f05c306dd84afa;hb=24a9713081802d92cd5e195a28f6b62bb979a4a3;hpb=a94aedbc11829470cce77eb52969601d618054d6 diff --git a/init.c b/init.c index ede0a8b9..3ed57570 100644 --- a/init.c +++ b/init.c @@ -63,6 +63,7 @@ char *exec_profile = NULL; int warnings_fatal = 0; int terse_version = 3; int is_backend = 0; +int is_local_backend = 0; int nr_clients = 0; int log_syslog = 0; @@ -258,7 +259,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",