Constify a few more hot paths
[fio.git] / engines / glusterfs_async.c
index 7b0b30a747fc460c921b4ee0776abfaed5cce4d9..599bc5dfbfc0acc1e3efe72a74d606cdf249e3b8 100644 (file)
@@ -20,7 +20,7 @@ static struct io_u *fio_gf_event(struct thread_data *td, int event)
 }
 
 static int fio_gf_getevents(struct thread_data *td, unsigned int min,
-                           unsigned int max, struct timespec *t)
+                           unsigned int max, const struct timespec *t)
 {
        struct gf_data *g = td->io_ops->data;
        unsigned int events = 0;