verify: Reset verify_state before verification phase.
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 7e6311c8899e0403f8f7d1e93f0029a4540e7aeb..8a0ebe370a0245211fda45c3ad55be945fb06564 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -502,6 +502,7 @@ extern void fio_options_dup_and_init(struct option *);
 extern void fio_options_mem_dupe(struct thread_data *);
 extern void options_mem_dupe(void *data, struct fio_option *options);
 extern void td_fill_rand_seeds(struct thread_data *);
+extern void td_fill_verify_state_seed(struct thread_data *);
 extern void add_job_opts(const char **, int);
 extern char *num2str(uint64_t, int, int, int, int);
 extern int ioengine_load(struct thread_data *);