X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.c;h=9aacc335d906b21b4b5c397c8d26049338bc1b42;hp=d34d2f4303764566da297e327670d935e23de7ea;hb=e7d2e61694c62b90a2fb84c012b4edcc1973d72c;hpb=4a88edf731f806974124e68d66726715dbee6778;ds=sidebyside diff --git a/ioengines.c b/ioengines.c index d34d2f43..9aacc335 100644 --- a/ioengines.c +++ b/ioengines.c @@ -165,7 +165,7 @@ int td_io_prep(struct thread_data *td, struct io_u *io_u) return 0; } -int td_io_getevents(struct thread_data *td, int min, int max, +int td_io_getevents(struct thread_data *td, unsigned int min, unsigned int max, struct timespec *t) { if (min > 0 && td->io_ops->commit) {