summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt.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 /sysdep/unix/krt.c
parent0c8c8151fc1fb0dbfcd682153f50192ea1369884 (diff)
Channelize: rt_notify arg conversion table -> channel
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r--sysdep/unix/krt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 6af3a84f..6b3b4eee 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -1014,7 +1014,7 @@ krt_import_control(struct proto *P, rte **new, ea_list **attrs, struct linpool *
}
static void
-krt_rt_notify(struct proto *P, struct rtable *table UNUSED, net *net,
+krt_rt_notify(struct proto *P, struct channel *ch UNUSED, net *net,
rte *new, rte *old, struct ea_list *eattrs)
{
struct krt_proto *p = (struct krt_proto *) P;