1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Pack struct ctl_ha_msg_hdr by 8 bytes.

This commit is contained in:
Alexander Motin 2015-09-19 18:23:06 +00:00
parent e373323fe2
commit 027dd0cfd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287991

View File

@ -385,10 +385,10 @@ struct ctl_pr_info {
struct ctl_ha_msg_hdr {
ctl_msg_type msg_type;
uint32_t status; /* transaction status */
union ctl_io *original_sc;
union ctl_io *serializing_sc;
struct ctl_nexus nexus; /* Initiator, port, target, lun */
uint32_t status; /* transaction status */
};
#define CTL_HA_MAX_SG_ENTRIES 16