aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/vhost-scsi-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/vhost-scsi-common.h')
-rw-r--r--include/hw/virtio/vhost-scsi-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/virtio/vhost-scsi-common.h b/include/hw/virtio/vhost-scsi-common.h
index 0c8909d12a..18f115527c 100644
--- a/include/hw/virtio/vhost-scsi-common.h
+++ b/include/hw/virtio/vhost-scsi-common.h
@@ -35,6 +35,8 @@ struct VHostSCSICommon {
int lun;
uint64_t host_features;
bool migratable;
+
+ struct vhost_inflight *inflight;
};
int vhost_scsi_common_start(VHostSCSICommon *vsc);