X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Frdma.c;h=2569a8e32e6a0d34f61fb3c9a46e13be56dfcf27;hb=2e4ef4fbd69eb6d4c07f2f362463e3f3df2e808c;hp=8def6eba0783ef4494b8b9f555974906d5ae450d;hpb=8393ca93334319f066ce6abb44d0f4b4921abbe1;p=fio.git diff --git a/engines/rdma.c b/engines/rdma.c index 8def6eba..2569a8e3 100644 --- a/engines/rdma.c +++ b/engines/rdma.c @@ -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;