From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 9 Nov 2011 01:02:54 +0800 References: <1320001741-18351-1-git-send-email-ordex@autistici.org> <1320680821-5904-1-git-send-email-ordex@autistici.org> In-Reply-To: <1320680821-5904-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111090102.54336.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: generalise tt_local_reset_flags() 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 Monday, November 07, 2011 23:47:01 Antonio Quartulli wrote: > The tt_local_reset_flags() is actually used for one use case only. It is > not generalised enough to be used indifferent situations. This patch make > it general enough in order to let other code use it whenever a flag set is > requested over the whole hash table (passed as parameter). The function is > now called tt_set_flags() Applied in reivsion 3e0b5d1. Thanks, Marek