summaryrefslogtreecommitdiff
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2016-04-04 16:17:11 +0200
committerJan Moskyto Matejka <mq@ucw.cz>2016-04-07 10:08:23 +0200
commit4bdf1881dc6230b742d7efcaad8eeac4ed25f445 (patch)
treeb6902c8eeef29ee1d0a95d64bdbf5fc7e3ce26fe /proto/rip/rip.c
parent0c8c8151fc1fb0dbfcd682153f50192ea1369884 (diff)
Channelize: rt_notify arg conversion table -> channel
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index f020bc5b..22023279 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -309,7 +309,7 @@ rip_withdraw_rte(struct rip_proto *p, net_addr *n, struct rip_neighbor *from)
* it into our data structures.
*/
static void
-rip_rt_notify(struct proto *P, struct rtable *table UNUSED, struct network *net, struct rte *new,
+rip_rt_notify(struct proto *P, struct channel *ch UNUSED, struct network *net, struct rte *new,
struct rte *old UNUSED, struct ea_list *attrs)
{
struct rip_proto *p = (struct rip_proto *) P;