->getevents() should take unsigned args
[fio.git] / engines / sg.c
index 790019e1d57fa48e7a635cecdc47dd5b6835cba3..a9ff93a30280a5b95ceeb68bf04d83ce21bff4fe 100644 (file)
@@ -61,8 +61,8 @@ static int pollin_events(struct pollfd *pfds, int fds)
        return 0;
 }
 
-static int fio_sgio_getevents(struct thread_data *td, int min, int max,
-                             struct timespec fio_unused *t)
+static int fio_sgio_getevents(struct thread_data *td, unsigned int min,
+                             unsigned int max, struct timespec fio_unused *t)
 {
        struct sgio_data *sd = td->io_ops->data;
        int left = max, ret, r = 0;