summary refs log tree commit diff stats
path: root/hw/vfio-user/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio-user/container.h')
-rw-r--r--hw/vfio-user/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio-user/container.h b/hw/vfio-user/container.h
index 96aa6785d9..241863ef97 100644
--- a/hw/vfio-user/container.h
+++ b/hw/vfio-user/container.h
@@ -14,7 +14,7 @@
 
 /* MMU container sub-class for vfio-user. */
 struct VFIOUserContainer {
-    VFIOContainerBase parent_obj;
+    VFIOContainer parent_obj;
 
     VFIOUserProxy *proxy;
 };