Revert "client: respect terse output on client <--> backend relationship"
[fio.git] / verify.h
index 5aae2e7e9bb411f9be2e964fb023baf023ca5bea..64121a51af97d68e75fefe12dc178f3b3218b0ce 100644 (file)
--- a/verify.h
+++ b/verify.h
@@ -2,6 +2,7 @@
 #define FIO_VERIFY_H
 
 #include <stdint.h>
+#include "compiler/compiler.h"
 #include "verify-state.h"
 
 #define FIO_HDR_MAGIC  0xacca
@@ -43,7 +44,7 @@ struct verify_header {
        uint64_t rand_seed;
        uint64_t offset;
        uint32_t time_sec;
-       uint32_t time_usec;
+       uint32_t time_nsec;
        uint16_t thread;
        uint16_t numberio;
        uint32_t crc32;