From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 3 Sep 2013 16:50:08 +0800 References: <1378116909-551-1-git-send-email-ordex@autistici.org> <1378116909-551-3-git-send-email-ordex@autistici.org> In-Reply-To: <1378116909-551-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201309031650.08884.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv7 2/9] batman-adv: make struct batadv_orig_node algorithm agnostic 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 , Antonio Quartulli On Monday, September 02, 2013 18:15:02 Antonio Quartulli wrote: > From: Antonio Quartulli > > some of the struct batadv_orig_node members are B.A.T.M.A.N. IV > specific and therefore they are moved in a algorithm specific > substruct in order to make batadv_orig_node routing algorithm > agnostic > > Signed-off-by: Antonio Quartulli > --- > bat_iv_ogm.c | 108 > ++++++++++++++++++++++++++++++++++++++++++++--------------- originator.c > | 89 ++++++++++++++++++------------------------------ originator.h | 3 > +- > types.h | 30 +++++++++++------ > 4 files changed, 135 insertions(+), 95 deletions(-) Applied in revision 9e696f7. Thanks, Marek