From owner-svn-src-all@FreeBSD.ORG Mon Nov 17 15:28:29 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D7CE14A; Mon, 17 Nov 2014 15:28:29 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C7ED23D3; Mon, 17 Nov 2014 15:28:28 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 8B49525D3AA1; Mon, 17 Nov 2014 15:28:25 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id B42ECC77070; Mon, 17 Nov 2014 15:28:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id O_IdHv8FYch0; Mon, 17 Nov 2014 15:28:23 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 02DDBC77042; Mon, 17 Nov 2014 15:28:21 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r274629 - head/sys/netinet From: "Bjoern A. Zeeb" In-Reply-To: <201411171456.sAHEu3VB001748@svn.freebsd.org> Date: Mon, 17 Nov 2014 15:28:20 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <7C2663DD-CCA3-4C76-977C-35EFD11838C6@FreeBSD.org> References: <201411171456.sAHEu3VB001748@svn.freebsd.org> To: Julien Charbon X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 15:28:29 -0000 On 17 Nov 2014, at 14:56 , Julien Charbon 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