aboutsummaryrefslogtreecommitdiff
path: root/include/vfio-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vfio-user.h')
-rw-r--r--include/vfio-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vfio-user.h b/include/vfio-user.h
index 053ead2..9d820c9 100644
--- a/include/vfio-user.h
+++ b/include/vfio-user.h
@@ -125,7 +125,7 @@ struct vfio_user_region_access {
struct vfio_user_dma_region_access {
uint64_t addr;
- uint32_t count;
+ uint64_t count;
uint8_t data[];
} __attribute__((packed));