X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=044c4da1a150af8ce239cd0bc57ca14a75ef0c6a;hb=d5e3a0c6f5376e0d76143edb2c1622efd77f995f;hp=75c2c1ad222687f928e9c46fc5103d5c859035be;hpb=21b8aee865f0d3960687ce6ba7385e5977f45061;p=fio.git diff --git a/ioengine.h b/ioengine.h index 75c2c1ad..044c4da1 100644 --- a/ioengine.h +++ b/ioengine.h @@ -22,7 +22,7 @@ struct io_u { struct iocb iocb; #endif #ifdef FIO_HAVE_POSIXAIO - struct aiocb aiocb; + os_aiocb_t aiocb; #endif #ifdef FIO_HAVE_SGIO struct sg_io_hdr hdr;