client: make it explicit that we don't reuse 'eta' after freeing it
[fio.git] / engines / skeleton_external.c
index f9a0e1cdddf73011880664cb39e3d133596c7240..63a6f8d177edbd31b0fc913a3c96b63e59a35e33 100644 (file)
@@ -38,7 +38,7 @@ static struct io_u *fio_skeleton_event(struct thread_data *td, int event)
  * numbers. Required.
  */
 static int fio_skeleton_getevents(struct thread_data *td, unsigned int min,
-                                 unsigned int max, struct timespec *t)
+                                 unsigned int max, const struct timespec *t)
 {
        return 0;
 }