aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/block_if.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-03-16 09:15:59 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-03-16 09:15:59 +0000
commit54b7bb76267bb040c38f89b7fe7d4b6cd520d389 (patch)
tree48de551fe66d3854afaf18e6bbf9c6ab74f01032 /usr.sbin/bhyve/block_if.h
parent97f2f66479d64972b884f0dce0f2c0514dca7832 (diff)
Notes
Diffstat (limited to 'usr.sbin/bhyve/block_if.h')
-rw-r--r--usr.sbin/bhyve/block_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/block_if.h b/usr.sbin/bhyve/block_if.h
index 4e2c1b4e55e6..1cb7c8048688 100644
--- a/usr.sbin/bhyve/block_if.h
+++ b/usr.sbin/bhyve/block_if.h
@@ -39,7 +39,7 @@
#include <sys/uio.h>
#include <sys/unistd.h>
-#define BLOCKIF_IOV_MAX 32 /* not practical to be IOV_MAX */
+#define BLOCKIF_IOV_MAX 33 /* not practical to be IOV_MAX */
struct blockif_req {
struct iovec br_iov[BLOCKIF_IOV_MAX];