Move up the address to the top of the sctp_udencaps structure

like in all other structures. This avoids alignment problems.

MFC after: 3 months.
This commit is contained in:
Michael Tuexen 2011-11-24 10:58:48 +00:00
parent ec9925ed78
commit 052230f978
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227931

View File

@ -672,8 +672,8 @@ struct sctp_timeouts {
};
struct sctp_udpencaps {
sctp_assoc_t sue_assoc_id;
struct sockaddr_storage sue_address;
sctp_assoc_t sue_assoc_id;
uint16_t sue_port;
};