From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 18 Apr 2013 02:09:11 +0800 References: <1364980533-5452-1-git-send-email-ordex@autistici.org> In-Reply-To: <1364980533-5452-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: <201304180209.12021.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: refactor batadv_tt_local_event() 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 Wednesday, April 03, 2013 17:15:33 Antonio Quartulli wrote: > From: Antonio Quartulli > > Instead of passing a generic combination of flags as > argument, it is easier to pass the entire tt_common > structure (containing the flags already set) plus a > bitfield of additional flags that will be unified with > the already existing ones before inserting the client > in the event queue. > In this way invocations of the modified function can be > simplified. > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 23 +++++++++++++++-------- > 1 file changed, 15 insertions(+), 8 deletions(-) Applied in revision 90725dd. Thanks, Marek