Add get_cpu_clock() for powerpc
[fio.git] / verify.h
index be98c5460a3662ed915cacfa0c6d078738427c3f..29c4b46faf45b157a81cbc51e7f612fc03360b05 100644 (file)
--- a/verify.h
+++ b/verify.h
@@ -31,7 +31,7 @@ struct verify_header {
 };
 
 struct vhdr_md5 {
-       uint32_t md5_digest[16];
+       uint32_t md5_digest[4];
 };
 struct vhdr_sha512 {
        uint8_t sha512[128];
@@ -69,6 +69,7 @@ extern void populate_verify_io_u(struct thread_data *, struct io_u *);
 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
 extern int __must_check verify_io_u(struct thread_data *, struct io_u *);
 extern int verify_io_u_async(struct thread_data *, struct io_u *);
+extern void fill_pattern(struct thread_data *td, void *p, unsigned int len, struct io_u *io_u);
 
 /*
  * Async verify offload