X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=t%2Fio_uring.c;h=a87042f849439f141f83a59571d2c3aa42f58157;hp=5a80e074f3933b1b0dc60514875e22b18741ee42;hb=7d1ce4b752e67868b3c7eb9aa5972ceec51210aa;hpb=246054544cc74b56b063640ecb538893ea613936 diff --git a/t/io_uring.c b/t/io_uring.c index 5a80e074..a87042f8 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -1348,6 +1348,7 @@ int main(int argc, char *argv[]) stats_running = 1; for (j = 0; j < nthreads; j++) { + s = get_submitter(j); this_done += s->done; this_call += s->calls; this_reap += s->reaps;