X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=f62806289ebc3acdfb90b56bbcebb0fec7056309;hp=16908a07710a5e525ba666aa82fa4235c3f6c3c0;hb=e0b0d89201bd301f47fbbfcf86545b7e77b16ef3;hpb=82830b03d854b8e018241b90c2d9fd83752a3236 diff --git a/options.c b/options.c index 16908a07..f6280628 100644 --- a/options.c +++ b/options.c @@ -1740,6 +1740,18 @@ static struct fio_option options[] = { .minval = 100, .maxval = 1000, }, + { + .name = "uid", + .type = FIO_OPT_INT, + .off1 = td_var_offset(uid), + .help = "Run job with this user ID", + }, + { + .name = "gid", + .type = FIO_OPT_INT, + .off1 = td_var_offset(gid), + .help = "Run job with this group ID", + }, { .name = NULL, },