aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libvfio-user.h')
-rw-r--r--include/libvfio-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libvfio-user.h b/include/libvfio-user.h
index 7413db8..97618a8 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -64,7 +64,7 @@ extern "C" {
typedef void *vfu_dma_addr_t;
typedef struct {
- vfu_dma_addr_t *dma_addr;
+ vfu_dma_addr_t dma_addr;
int region;
int length;
uint64_t offset;