[PATCH] Make ctrl-c work with network io and accept loop
[fio.git] / ioengines.c
index 56a718c6cfea2f9cd26738560d76036d5a8385a1..1666612a9bf6dbe121e1c8a87c682e61786af228 100644 (file)
@@ -176,7 +176,7 @@ int td_io_getevents(struct thread_data *td, int min, int max,
 
 int td_io_queue(struct thread_data *td, struct io_u *io_u)
 {
-       gettimeofday(&io_u->issue_time, NULL);
+       fio_gettime(&io_u->issue_time, NULL);
 
        return td->io_ops->queue(td, io_u);
 }