X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fguasi.c;h=e0bcaf4c72bf89058d7e78533de9beafd847bb9f;hp=69b2cd2a7f2435e692361cf2d437aff8ea9105eb;hb=28cfeb6851703cf12b54b3a06bf3ff611198933e;hpb=7101d9c24abec4be58a086d85d6d92ec6e6492e9 diff --git a/engines/guasi.c b/engines/guasi.c index 69b2cd2a..e0bcaf4c 100644 --- a/engines/guasi.c +++ b/engines/guasi.c @@ -86,8 +86,8 @@ static struct io_u *fio_guasi_event(struct thread_data *td, int event) return io_u; } -static int fio_guasi_getevents(struct thread_data *td, int min, int max, - struct timespec *t) +static int fio_guasi_getevents(struct thread_data *td, unsigned int min, + unsigned int max, struct timespec *t) { struct guasi_data *ld = td->io_ops->data; int n, r;