X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.h;h=05d7b81b804460e7c49738acb42f83d4dad8bd6e;hp=6a81e9b012bc6fa0632a90ea0dc2e9acfe26755f;hb=002fe73409d1e3d5e7dfe2885f75885bfaf506bc;hpb=95820b6e6c92025df8d89c0bf39b174e53137c41 diff --git a/verify.h b/verify.h index 6a81e9b0..05d7b81b 100644 --- a/verify.h +++ b/verify.h @@ -74,7 +74,8 @@ 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, unsigned long seed, int use_seed); +extern void fill_verify_pattern(struct thread_data *td, void *p, unsigned int len, struct io_u *io_u, unsigned long seed, int use_seed); +extern void fill_buffer_pattern(struct thread_data *td, void *p, unsigned int len); extern void fio_verify_init(struct thread_data *td); /*