Introduce enum fio_q_status
[fio.git] / engines / rdma.c
index 8def6eba0783ef4494b8b9f555974906d5ae450d..67c5aa7e23eb1f65b47ea5ad4b93886b630f2e82 100644 (file)
@@ -791,7 +791,8 @@ static int fio_rdmaio_recv(struct thread_data *td, struct io_u **io_us,
        return i;
 }
 
-static int fio_rdmaio_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status
+fio_rdmaio_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct rdmaio_data *rd = td->io_ops_data;