aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libvfio-user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libvfio-user.c b/lib/libvfio-user.c
index 8a80dfc..817d9e9 100644
--- a/lib/libvfio-user.c
+++ b/lib/libvfio-user.c
@@ -347,8 +347,8 @@ handle_region_access(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg)
int
handle_device_get_info(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg)
{
- struct vfio_device_info *in_info;
- struct vfio_device_info *out_info;
+ struct vfio_user_device_info *in_info;
+ struct vfio_user_device_info *out_info;
assert(vfu_ctx != NULL);
assert(msg != NULL);