Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 15:28:20 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Julien Charbon <jch@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r274629 - head/sys/netinet
Message-ID:  <7C2663DD-CCA3-4C76-977C-35EFD11838C6@FreeBSD.org>
In-Reply-To: <201411171456.sAHEu3VB001748@svn.freebsd.org>
References:  <201411171456.sAHEu3VB001748@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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

> Author: jch
> Date: Mon Nov 17 14:56:02 2014
> New Revision: 274629
> URL: https://svnweb.freebsd.org/changeset/base/274629
>=20
> Log:
>  Re-introduce padding fields removed with r264321 to keep
>  struct tcptw ABI unchanged.
>=20
>  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
>=20
> Modified:
>  head/sys/netinet/tcp_var.h
>=20
> Modified: head/sys/netinet/tcp_var.h
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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 */
> };
>=20
> #define	intotcpcb(ip)	((struct tcpcb *)(ip)->inp_ppcb)
>=20

=97=20
Bjoern A. Zeeb             "Come on. Learn, goddamn it.", WarGames, 1983




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7C2663DD-CCA3-4C76-977C-35EFD11838C6>