mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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:
parent
2c51c83bc8
commit
71da715374
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274629
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user