X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fsyslet-rw.c;h=8f2c415d56a4a8aa6d61d2d25e2a279d436b88a3;hb=e7d2e61694c62b90a2fb84c012b4edcc1973d72c;hp=e4ccb957194d29b9cd70b8624d51a8f591563a5e;hpb=4a88edf731f806974124e68d66726715dbee6778;p=fio.git diff --git a/engines/syslet-rw.c b/engines/syslet-rw.c index e4ccb957..8f2c415d 100644 --- a/engines/syslet-rw.c +++ b/engines/syslet-rw.c @@ -99,8 +99,8 @@ static void fio_syslet_wait_for_events(struct thread_data *td) } while (1); } -static int fio_syslet_getevents(struct thread_data *td, int min, - int fio_unused max, +static int fio_syslet_getevents(struct thread_data *td, unsigned int min, + unsigned int fio_unused max, struct timespec fio_unused *t) { struct syslet_data *sd = td->io_ops->data;