svn commit: r274629 - head/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Mon Nov 17 15:28:29 UTC 2014


On 17 Nov 2014, at 14:56 , Julien Charbon <jch at FreeBSD.org> wrote:

> Author: jch
> Date: Mon Nov 17 14:56:02 2014
> New Revision: 274629
> URL: https://svnweb.freebsd.org/changeset/base/274629
> 
> Log:
>  Re-introduce padding fields removed with r264321 to keep
>  struct tcptw ABI unchanged.
> 
>  Suggested by:	jhb
>  Approved by:	jhb (mentor)
>  MFC after:	1 day

make that 3 days


and thanks for putting them back in;  I have them in a local change which makes use of them.


>  X-MFC-With:	r264321
> 
> Modified:
>  head/sys/netinet/tcp_var.h
> 
> Modified: head/sys/netinet/tcp_var.h
> ==============================================================================
> --- head/sys/netinet/tcp_var.h	Mon Nov 17 14:45:42 2014	(r274628)
> +++ head/sys/netinet/tcp_var.h	Mon Nov 17 14:56:02 2014	(r274629)
> @@ -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)
> 

— 
Bjoern A. Zeeb             "Come on. Learn, goddamn it.", WarGames, 1983



More information about the svn-src-head mailing list