aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private.h b/lib/private.h
index 2698e4c..4d9e562 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -181,11 +181,11 @@ exec_command(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);
int
handle_dma_map(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg,
- struct vfio_user_dma_region *dma_regions);
+ struct vfio_user_dma_map *dma_map);
int
handle_dma_unmap(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg,
- struct vfio_user_dma_region *dma_regions);
+ struct vfio_user_dma_unmap *dma_unmap);
int
handle_device_get_region_info(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);