diff options
author | Antonio Quartulli <antonio@open-mesh.com> | 2013-09-02 06:15:06 -0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-23 09:33:12 -0400 |
commit | 6680a1249f76c28e19fc24b0c85f671b019c8bc7 (patch) | |
tree | 7bd955c882eeb7c3f33760d162c32544d17b58c4 /net/batman-adv/routing.h | |
parent | c43c981e50f47bdd0f1eb400dc30ff13472c7be6 (diff) |
batman-adv: adapt bonding to use the new API functions
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 55d637a90621..19544ddb81b5 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -48,7 +48,8 @@ batadv_find_router(struct batadv_priv *bat_priv, | |||
48 | const struct batadv_hard_iface *recv_if); | 48 | const struct batadv_hard_iface *recv_if); |
49 | void batadv_bonding_candidate_del(struct batadv_orig_node *orig_node, | 49 | void batadv_bonding_candidate_del(struct batadv_orig_node *orig_node, |
50 | struct batadv_neigh_node *neigh_node); | 50 | struct batadv_neigh_node *neigh_node); |
51 | void batadv_bonding_candidate_add(struct batadv_orig_node *orig_node, | 51 | void batadv_bonding_candidate_add(struct batadv_priv *bat_priv, |
52 | struct batadv_orig_node *orig_node, | ||
52 | struct batadv_neigh_node *neigh_node); | 53 | struct batadv_neigh_node *neigh_node); |
53 | void batadv_bonding_save_primary(const struct batadv_orig_node *orig_node, | 54 | void batadv_bonding_save_primary(const struct batadv_orig_node *orig_node, |
54 | struct batadv_orig_node *orig_neigh_node, | 55 | struct batadv_orig_node *orig_neigh_node, |