Merge branch 'cufile' of https://github.com/SystemFabricWorks/fio
[fio.git] / engines / filecreate.c
index fb3f389791d9c61a4f14ce4b68953b608ee20648..5fec8544a6a79898fed4e6c4854ffd416234c66a 100644 (file)
@@ -49,14 +49,14 @@ static int open_file(struct thread_data *td, struct fio_file *f)
                uint64_t nsec;
 
                nsec = ntime_since_now(&start);
-               add_clat_sample(td, data->stat_ddir, nsec, 0, 0);
+               add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0);
        }
 
        return 0;
 }
 
-static enum fio_q_status
-queue_io(struct thread_data *td, struct io_u fio_unused *io_u)
+static enum fio_q_status queue_io(struct thread_data *td,
+                                 struct io_u fio_unused *io_u)
 {
        return FIO_Q_COMPLETED;
 }