zbd: Add support for zoneskip option
[fio.git] / zbd.h
diff --git a/zbd.h b/zbd.h
index 521283b200d0f6ceb24b699a901493e3381d55e9..a66f40af30f2989eeae71533353951519811b9e1 100644 (file)
--- a/zbd.h
+++ b/zbd.h
@@ -94,6 +94,7 @@ void zbd_free_zone_info(struct fio_file *f);
 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 io_u_action zbd_adjust_block(struct thread_data *td, struct io_u *io_u);
 char *zbd_write_status(const struct thread_stat *ts);