From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 15 May 2012 16:14:15 +0800 References: <1336823339-4095-1-git-send-email-sven@narfation.org> In-Reply-To: <1336823339-4095-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205151614.15822.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/8] batman-adv: Move hash_ipv4 to distributed-arp-table.c Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, May 12, 2012 19:48:52 Sven Eckelmann wrote: > hash_ipv4 is only used in distributed-arp-table.c and therefore can be > placed inside this file instead of the header. > > Signed-off-by: Sven Eckelmann > --- > distributed-arp-table.c | 24 +++++++++++++++++++++++- > distributed-arp-table.h | 22 ---------------------- > 2 files changed, 23 insertions(+), 23 deletions(-) Applied in revision 9fed716. Thanks, Marek