From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH v2 2/9] tproxy: added const specifiers to udp lookup functions Date: Thu, 21 Oct 2010 16:05:27 +0200 Message-ID: <4CC048A7.5040700@trash.net> References: <20101021104709.5192.31249.stgit@este.odu> <20101021104709.5192.54276.stgit@este.odu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Balazs Scheidler , David Miller To: KOVACS Krisztian Return-path: Received: from stinky.trash.net ([213.144.137.162]:58574 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757697Ab0JUOFa (ORCPT ); Thu, 21 Oct 2010 10:05:30 -0400 In-Reply-To: <20101021104709.5192.54276.stgit@este.odu> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 21.10.2010 12:47, schrieb KOVACS Krisztian: > The parameters for various UDP lookup functions were non-const, even though > they could be const. TProxy has some const references and instead of > downcasting it, I added const specifiers along the path. Applied, thanks.