Per-command priority: Priority logging and libaio/io_uring cmdprio_percentage
[fio.git] / engines / filestat.c
index 9a394fe29c0032c34093fd8e1d2ab1848eb7dc41..795259341b7e33a320a6d848a64c1f3b6d85bf01 100644 (file)
@@ -53,7 +53,7 @@ static int stat_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;