From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1Vbr-0007Dp-3c for qemu-devel@nongnu.org; Fri, 21 Apr 2017 06:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1Vbn-0000Kf-V6 for qemu-devel@nongnu.org; Fri, 21 Apr 2017 06:16:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60246) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d1Vbn-0000Js-Oc for qemu-devel@nongnu.org; Fri, 21 Apr 2017 06:16:11 -0400 From: Juan Quintela In-Reply-To: <20170403171843.3363-4-dgilbert@redhat.com> (David Alan Gilbert's message of "Mon, 3 Apr 2017 18:18:41 +0100") References: <20170403171843.3363-1-dgilbert@redhat.com> <20170403171843.3363-4-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Fri, 21 Apr 2017 12:16:09 +0200 Message-ID: <87wpaecbh2.fsf@secure.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v5 3/5] slirp: Common lhost/fhost union List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, samuel.thibault@gnu.org, jan.kiszka@siemens.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > The socket structure has a pair of unions for lhost and fhost > addresses; the unions are identical so split them out into > a separate union declaration. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela