X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fwindowsaio.c;h=13d7f19402a1759fa8c28f7e11b6e13686098e93;hb=2f75f022393e432210d01b15088f425ee5260340;hp=94393931eeb38eb490ad76ab32305fd4b771a433;hpb=1633aa61a68593b4a4cc5dbb621129303a7c3049;p=fio.git diff --git a/engines/windowsaio.c b/engines/windowsaio.c index 94393931..13d7f194 100644 --- a/engines/windowsaio.c +++ b/engines/windowsaio.c @@ -354,7 +354,8 @@ static int fio_windowsaio_getevents(struct thread_data *td, unsigned int min, return dequeued; } -static int fio_windowsaio_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_windowsaio_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_overlapped *o = io_u->engine_data; LPOVERLAPPED lpOvl = &o->o;