From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 19 Apr 2013 18:15:20 +0800 References: <1366290781-15376-1-git-send-email-ordex@autistici.org> In-Reply-To: <1366290781-15376-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: <201304191815.20374.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: pass a 16bit long flag argument to tt_global_add() 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli On Thursday, April 18, 2013 21:13:01 Antonio Quartulli wrote: > it may be the case that we want to store some local TT client flags in a > global entry, therefore the tt_global_add needs to get a proper argument > for this > > Signed-off-by: Antonio Quartulli > --- > > v2: > - add tt_global_add() kernel doc > > translation-table.c | 19 +++++++++++++++++-- > translation-table.h | 2 +- > 2 files changed, 18 insertions(+), 3 deletions(-) Applied with minor rewording in revision 0ff0af1. Cheers, Marek