nanosecond: initial commit changing timeval to timespec
[fio.git] / engines / rdma.c
index 10e60dc8449b7634ee1949e051289f55a606eac6..8d31ff307b6cfd21260bbd5b82013ed35a2e0bd7 100644 (file)
@@ -802,7 +802,7 @@ static void fio_rdmaio_queued(struct thread_data *td, struct io_u **io_us,
                              unsigned int nr)
 {
        struct rdmaio_data *rd = td->io_ops_data;
-       struct timeval now;
+       struct timespec now;
        unsigned int i;
 
        if (!fio_fill_issue_time(td))