X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fskeleton_external.c;h=dec258c265e216463902e2bd5458e8d05f1f3f9e;hp=26dbedf6b9b4ad9ef506aad138c185cf49f8ef81;hb=12d9d841526ad75a67bb43a90edeefd05f85f11e;hpb=7101d9c24abec4be58a086d85d6d92ec6e6492e9;ds=sidebyside diff --git a/engines/skeleton_external.c b/engines/skeleton_external.c index 26dbedf6..dec258c2 100644 --- a/engines/skeleton_external.c +++ b/engines/skeleton_external.c @@ -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; }