zbd: Support zone capacity smaller than zone size
[fio.git] / zbd_types.h
index d63c0d0a7262978db87315a1e7daea1461603c5a..5ed41aa06c8ac371e264b9fd62af3a33a848bf9f 100644 (file)
@@ -50,6 +50,7 @@ struct zbd_zone {
        uint64_t                start;
        uint64_t                wp;
        uint64_t                len;
+       uint64_t                capacity;
        enum zbd_zone_type      type;
        enum zbd_zone_cond      cond;
 };