X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=profiles%2Ftiobench.c;h=0d2ce8065e261b276bf40f6a8a753c343225dbc2;hp=0279e1cafbec95d286f802889ec8045729a2c3cc;hb=d4afedfd152cea890ffa7d45bf1664fb70218c45;hpb=95820b6e6c92025df8d89c0bf39b174e53137c41 diff --git a/profiles/tiobench.c b/profiles/tiobench.c index 0279e1ca..0d2ce806 100644 --- a/profiles/tiobench.c +++ b/profiles/tiobench.c @@ -75,9 +75,8 @@ static struct fio_option options[] = { /* * Fill our private options into the command line */ -static void tb_prep_cmdline(void) +static int tb_prep_cmdline(void) { - /* * tiobench uses size as MB, so multiply up */ @@ -96,6 +95,7 @@ static void tb_prep_cmdline(void) sprintf(dir_idx, "directory=./"); sprintf(t_idx, "numjobs=%u", nthreads); + return 0; } static struct profile_ops tiobench_profile = {