Fix bison parsing
[fio.git] / ioengines.c
index 56149381894abfb56e9bd7a47368cc2773278fde..07d1d5678986cbe86fd3c87eae1c3a413526ba2a 100644 (file)
@@ -220,7 +220,7 @@ int td_io_prep(struct thread_data *td, struct io_u *io_u)
 }
 
 int td_io_getevents(struct thread_data *td, unsigned int min, unsigned int max,
-                   struct timespec *t)
+                   const struct timespec *t)
 {
        int r = 0;