From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 9 Jan 2012 03:58:25 +0800 References: <1325881894-18603-1-git-send-email-ordex@autistici.org> <1325881894-18603-2-git-send-email-ordex@autistici.org> In-Reply-To: <1325881894-18603-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201201090358.25374.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: move debug print into tt_local_set_pending 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, January 07, 2012 04:31:34 Antonio Quartulli wrote: > Each tt_local_set_pending is always followed by a bat_dbg invocation. This > patch moves the latter into the function body in order to avoid to rewrite > it all the times. Applied in revision 4ead48d. Thanks, Marek