Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: beautify tt_global_add() argument list
From: Marek Lindner <hidden>
Date: 2012-06-01 06:37:06
From: Marek Lindner <hidden>
Date: 2012-06-01 06:37:06
On Friday, May 25, 2012 06:00:54 Antonio Quartulli wrote:
Instead of adding a new bool argument each time it is needed, it is better (and simpler) to pass an 8bit flag argument which contains all the needed flags Signed-off-by: Antonio Quartulli <redacted> --- changes in v2: - rebased on top of the last patches for code restyling routing.c | 4 ++-- translation-table.c | 24 +++++++++--------------- translation-table.h | 4 ++-- 3 files changed, 13 insertions(+), 19 deletions(-)
Applied in revision 5b2b9b2. Thanks, Marek