zbd: Fix I/O direction adjustment step for random read/write
[fio.git] / zbd.h
diff --git a/zbd.h b/zbd.h
index 4eaf902e3e10426cdf75af1f3a3c4b4749fc8a46..5a66039967e0b4c4628c37857ee4c283f78fb647 100644 (file)
--- a/zbd.h
+++ b/zbd.h
@@ -82,6 +82,8 @@ int zbd_init(struct thread_data *td);
 void zbd_file_reset(struct thread_data *td, struct fio_file *f);
 bool zbd_unaligned_write(int error_code);
 void setup_zbd_zone_mode(struct thread_data *td, struct io_u *io_u);
+enum fio_ddir zbd_adjust_ddir(struct thread_data *td, struct io_u *io_u,
+                             enum fio_ddir ddir);
 enum io_u_action zbd_adjust_block(struct thread_data *td, struct io_u *io_u);
 char *zbd_write_status(const struct thread_stat *ts);