blkparse: split off the timestamp correction code in to a separate function
[blktrace.git] / btt / trace_queue.c
index 82c5760f536d40f369b0ee19e39827d849b249a1..8edcd90b6283a35acbe148abd61009b0b59e4c9e 100644 (file)
@@ -33,7 +33,7 @@ static void handle_queue(struct io *q_iop)
                update_lq(&last_q, &all_avgs.q2q, q_iop->t.time);
        }
 
-       q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
+       q_iop->i_time = q_iop->g_time = q_iop->c_time = q_iop->m_time =
                                                q_iop->d_time = (__u64)-1;
        q_iop->dip->n_qs++;