Re-introduce padding fields removed with r264321 to keep

struct tcptw ABI unchanged.

Suggested by:	jhb
Approved by:	jhb (mentor)
MFC after:	1 day
X-MFC-With:	r264321
This commit is contained in:
Julien Charbon 2014-11-17 14:56:02 +00:00
parent 2c51c83bc8
commit 71da715374
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274629

View File

@ -357,6 +357,8 @@ struct tcptw {
u_int t_starttime;
int tw_time;
TAILQ_ENTRY(tcptw) tw_2msl;
void *tw_pspare; /* TCP_SIGNATURE */
u_int *tw_spare; /* TCP_SIGNATURE */
};
#define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)