X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fposixaio.c;h=061812e67ebc787efcc7315ef066105ad0ee3ed0;hp=f27ad8ce0a3230d128ad1d555d415c1727d4116d;hb=03e20d687566753b90383571e5e152c5142bdffd;hpb=a3edaf76b30880c3bf4455c30614ce88cdbbe071 diff --git a/engines/posixaio.c b/engines/posixaio.c index f27ad8ce..061812e6 100644 --- a/engines/posixaio.c +++ b/engines/posixaio.c @@ -152,7 +152,7 @@ static struct io_u *fio_posixaio_event(struct thread_data *td, int event) return pd->aio_events[event]; } -static int fio_posixaio_queue(struct thread_data fio_unused *td, +static int fio_posixaio_queue(struct thread_data *td, struct io_u *io_u) { struct posixaio_data *pd = td->io_ops->data;