X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fsync.c;h=41612dfa8c31ba0f8fc81436d162fee1ece500da;hb=e499aedc141da35cf778116d0abcb9cfcd53470c;hp=1329946459ae27edc8c45e603faa4b97448eac7c;hpb=9a0ced5a97ae9fde87dae1a3d762b1bc090e8786;p=fio.git diff --git a/engines/sync.c b/engines/sync.c index 13299464..41612dfa 100644 --- a/engines/sync.c +++ b/engines/sync.c @@ -138,7 +138,7 @@ static int fio_syncio_queue(struct thread_data *td, struct io_u *io_u) static int fio_vsyncio_getevents(struct thread_data *td, unsigned int min, unsigned int max, - struct timespec fio_unused *t) + const struct timespec fio_unused *t) { struct syncio_data *sd = td->io_ops->data; int ret;