X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=79a0ce84632ad9e13338e354926ceda842178d12;hp=698952c7eb964bccb1c01feb2af1357108b8c0b8;hb=2dc84ba74186eb9ef4dde0f08dc20571c62e001e;hpb=5451792ecc9ec3507c222da00d90a8829013ed50 diff --git a/io_u.c b/io_u.c index 698952c7..79a0ce84 100644 --- a/io_u.c +++ b/io_u.c @@ -286,8 +286,8 @@ static void io_u_mark_depth(struct thread_data *td) break; } - td->io_u_map[index]++; - td->total_io_u++; + td->ts.io_u_map[index]++; + td->ts.total_io_u++; } static void io_u_mark_latency(struct thread_data *td, unsigned long msec) @@ -321,7 +321,7 @@ static void io_u_mark_latency(struct thread_data *td, unsigned long msec) break; } - td->io_u_lat[index]++; + td->ts.io_u_lat[index]++; } /*