fio: Introduce the log_prio option
[fio.git] / engines / filedelete.c
index 64c586391037cf6b140f59bae351f8f4b08483ce..e882ccf0176726be863a605c81afc0f5fbd8e999 100644 (file)
@@ -51,7 +51,7 @@ static int delete_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;