fio: Introduce the log_prio option
[fio.git] / engines / filecreate.c
index 16c64928162654ad76c6697958b846eb5bb0d985..4bb13c348c1a4113a1425dbf620dc5d74a8264be 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, 0);
+               add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0, false);
        }
 
        return 0;