Skip to content

Commit 2b48339

Browse files
authored
Merge pull request #92 from openebs/io_type
fix: add missing enum for SPDK_BDEV_IO_TYPE_NVME_IOV_MD
2 parents 883b13a + 8e08615 commit 2b48339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io_type.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub enum IoType {
2525
SeekHole = libspdk::SPDK_BDEV_IO_TYPE_SEEK_HOLE,
2626
SeekData = libspdk::SPDK_BDEV_IO_TYPE_SEEK_DATA,
2727
Copy = libspdk::SPDK_BDEV_IO_TYPE_COPY,
28+
NvmeIovMd = libspdk::SPDK_BDEV_IO_TYPE_NVME_IOV_MD,
2829
IoNumTypes = libspdk::SPDK_BDEV_NUM_IO_TYPES,
2930
}
3031

0 commit comments

Comments
 (0)