On Monday, September 02, 2013 18:15:01 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
some of the fields in struct batadv_neigh_node are strictly related to the B.A.T.M.A.N. IV algorithm. In order to make the struct usable by any routing algorithm it has to be split and made more generic
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
bat_iv_ogm.c | 60 +++++++++++++++++++++++++++++------------------------ gateway_client.c | 16 +++++++------- network-coding.c | 8 ++++--- originator.c | 33 +++++++++++++++++++---------- originator.h | 3 ++- routing.c | 9 +++++--- translation-table.c | 4 ++-- types.h | 41 ++++++++++++++++++++++-------------- 8 files changed, 103 insertions(+), 71 deletions(-)
Applied in revision c82dc0d.
Thanks, Marek