->getevents() should take unsigned args
[fio.git] / engines / guasi.c
index 69b2cd2a7f2435e692361cf2d437aff8ea9105eb..e0bcaf4c72bf89058d7e78533de9beafd847bb9f 100644 (file)
@@ -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;