Merge branch 'fio-docs-ci' of https://github.com/vincentkfu/fio
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6bb21ebb2ace311c3b4643bb6adbfbbcf045b444..7b0ca8435978f7eb1216d287584c780941fe4049 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -380,7 +380,7 @@ struct thread_data {
 
        struct timespec start;  /* start of this loop */
        struct timespec epoch;  /* time job was started */
-       unsigned long long unix_epoch; /* Time job was started, unix epoch based. */
+       unsigned long long alternate_epoch; /* Time job was started, clock_gettime's clock_id epoch based. */
        struct timespec last_issue;
        long time_offset;
        struct timespec ts_cache;
@@ -428,6 +428,8 @@ struct thread_data {
        struct flist_head io_log_list;
        FILE *io_log_rfile;
        unsigned int io_log_blktrace;
+       unsigned int io_log_blktrace_swap;
+       unsigned long long io_log_blktrace_last_ttime;
        unsigned int io_log_current;
        unsigned int io_log_checkmark;
        unsigned int io_log_highmark;