Collect and show zone reset statistics
[fio.git] / zbd.h
diff --git a/zbd.h b/zbd.h
index ec5d85e1bd50b80756065c0607ddfd8f432e2b9c..82ce4662834f17c07029a2b4fa8ce40a9ed96a5a 100644 (file)
--- a/zbd.h
+++ b/zbd.h
@@ -86,6 +86,7 @@ bool zbd_unaligned_write(int error_code);
 enum io_u_action zbd_adjust_block(struct thread_data *td, struct io_u *io_u);
 int zbd_do_trim(struct thread_data *td, const struct io_u *io_u);
 void zbd_update_wp(struct thread_data *td, const struct io_u *io_u);
+char *zbd_write_status(const struct thread_stat *ts);
 #else
 static inline void zbd_free_zone_info(struct fio_file *f)
 {
@@ -120,6 +121,11 @@ static inline void zbd_update_wp(struct thread_data *td,
                                 const struct io_u *io_u)
 {
 }
+
+static inline char *zbd_write_status(const struct thread_stat *ts)
+{
+       return NULL;
+}
 #endif
 
 #endif /* FIO_ZBD_H */