diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libvirtio/virtio-scsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvirtio/virtio-scsi.h b/lib/libvirtio/virtio-scsi.h index 451ba4d..d598dea 100644 --- a/lib/libvirtio/virtio-scsi.h +++ b/lib/libvirtio/virtio-scsi.h @@ -47,7 +47,7 @@ struct virtio_scsi_req_cmd { uint8_t prio; uint8_t crn; char cdb[VIRTIO_SCSI_CDB_SIZE]; -}; +} __attribute__((packed)); /* This is the first element of the "in" scatter-gather list. */ struct virtio_scsi_resp_cmd { |