fio: Introduce the log_prio option
[fio.git] / engines / filestat.c
index 405f028d11cd383aa48d4e6c3840a592a1074b4b..003112474b39f61c94937447a8518d8b8bc25027 100644 (file)
@@ -125,7 +125,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, 0);
+               add_clat_sample(td, data->stat_ddir, nsec, 0, 0, 0, false);
        }
 
        return 0;