vfio: fix device unplug when several devices per group
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_vfio.h
index 239ac4d..429d625 100644 (file)
@@ -126,6 +126,7 @@ int vfio_mp_sync_connect_to_primary(void);
 struct vfio_group {
        int group_no;
        int fd;
+       int devices;
 };
 
 struct vfio_config {