Move up the address to the top of the sctp_paddrthlds structure

like in all other structures. This avoids alignment problems.

MFC after: 3 days.
This commit is contained in:
Michael Tuexen 2011-11-24 10:54:30 +00:00
parent 9265b03823
commit ec9925ed78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227930

View File

@ -521,8 +521,8 @@ struct sctp_paddrparams {
#define SPP_IPV4_TOS SPP_DSCP
struct sctp_paddrthlds {
sctp_assoc_t spt_assoc_id;
struct sockaddr_storage spt_address;
sctp_assoc_t spt_assoc_id;
uint16_t spt_pathmaxrxt;
uint16_t spt_pathpfthld;
};