X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Flibaio.c;h=29eac20fe80412f55b7783fd8586dc880fac054b;hp=8f677115056d2e922bda4eaa5f766423db07b6ec;hb=e7d2e61694c62b90a2fb84c012b4edcc1973d72c;hpb=4a88edf731f806974124e68d66726715dbee6778 diff --git a/engines/libaio.c b/engines/libaio.c index 8f677115..29eac20f 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -60,8 +60,8 @@ static struct io_u *fio_libaio_event(struct thread_data *td, int event) return io_u; } -static int fio_libaio_getevents(struct thread_data *td, int min, int max, - struct timespec *t) +static int fio_libaio_getevents(struct thread_data *td, unsigned int min, + unsigned int max, struct timespec *t) { struct libaio_data *ld = td->io_ops->data; long r;