Merge branch 'priorityQueuing' of https://github.com/Seagate/fio
[fio.git] / engines / filecreate.c
index 39a2950293f70b8e74e57624dfea5e1fb050d3c6..5fec8544a6a79898fed4e6c4854ffd416234c66a 100644 (file)
@@ -49,7 +49,7 @@ 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;