configure: attempt to link against tcmalloc by default if available
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index b4ba71e3b0df3b9131e46132622e5cc4c88de78b..e9551381ce7b7fd10092c195033ff2b911f2aa75 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -246,6 +246,9 @@ struct thread_stat {
                uint64_t *ss_bw_data;
                uint64_t pad5;
        };
+
+       uint64_t cachehit;
+       uint64_t cachemiss;
 } __attribute__((packed));
 
 struct jobs_eta {