On Monday, September 02, 2013 18:15:02 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
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 antonio@open-mesh.com
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