r290122 added 4 bytes and removed 8 in struct sackhint. Add a pad entry of 4

bytes to restore the size.

Spotted by:	rrs
Reviewed by:	rrs
X-MFC with:	r290122
Sponsored by:	Limelight Networks
This commit is contained in:
Hiren Panchasara 2015-12-10 03:20:10 +00:00
parent 8020192d7b
commit b87170f210
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292046

View File

@ -78,6 +78,7 @@ struct sackhint {
* Total sacked bytes reported by the
* receiver via sack option
*/
uint32_t _pad1[1]; /* TBD */
uint64_t _pad[1]; /* TBD */
};