X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengines.c;h=9aacc335d906b21b4b5c397c8d26049338bc1b42;hb=e6026f9c9e41226cbc0c526dac8ec5a5c355348a;hp=d34d2f4303764566da297e327670d935e23de7ea;hpb=9de6bebc4cb18e0652a698c86f359fc730f322ad;p=fio.git 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) {