Issue time fixup for guasi/libaio
[fio.git] / engines / skeleton_external.c
index 26dbedf6b9b4ad9ef506aad138c185cf49f8ef81..dec258c265e216463902e2bd5458e8d05f1f3f9e 100644 (file)
@@ -37,8 +37,8 @@ static struct io_u *fio_skeleton_event(struct thread_data *td, int event)
  * which may then be retrieved by calling the ->event() hook with the event
  * numbers. Required.
  */
-static int fio_skeleton_getevents(struct thread_data *td, int min, int max,
-                                 struct timespec *t)
+static int fio_skeleton_getevents(struct thread_data *td, unsigned int min,
+                                 unsigned int max, struct timespec *t)
 {
        return 0;
 }