Merge branch 'io-threads'
[fio.git] / engines / rdma.c
index 81f167367e90df6f9e2dd439e2ddfdc41f7c08e1..50812020f64673d400ecb59658a6cfbe8f94d038 100644 (file)
@@ -524,7 +524,7 @@ static struct io_u *fio_rdmaio_event(struct thread_data *td, int event)
 }
 
 static int fio_rdmaio_getevents(struct thread_data *td, unsigned int min,
-                               unsigned int max, struct timespec *t)
+                               unsigned int max, const struct timespec *t)
 {
        struct rdmaio_data *rd = td->io_ops->data;
        enum ibv_wc_opcode comp_opcode;
@@ -869,7 +869,7 @@ static int fio_rdmaio_close_file(struct thread_data *td, struct fio_file *f)
                        return 1;
                }
 
-               dprint(FD_IO, "fio: close infomation sent success\n");
+               dprint(FD_IO, "fio: close information sent success\n");
                rdma_poll_wait(td, IBV_WC_SEND);
        }