X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.h;h=29c4b46faf45b157a81cbc51e7f612fc03360b05;hb=0b80f9c02533d920b03bd9a7203f512b55757690;hp=a4a8cfea17ffcc723a7e9dd33b870481c133da68;hpb=34644af59bd9232cc2948baf4f94b6534cb0a120;p=fio.git diff --git a/verify.h b/verify.h index a4a8cfea..29c4b46f 100644 --- a/verify.h +++ b/verify.h @@ -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