diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2016-04-04 16:17:11 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2016-04-07 10:08:23 +0200 |
commit | 4bdf1881dc6230b742d7efcaad8eeac4ed25f445 (patch) | |
tree | b6902c8eeef29ee1d0a95d64bdbf5fc7e3ce26fe /proto/ospf/topology.c | |
parent | 0c8c8151fc1fb0dbfcd682153f50192ea1369884 (diff) |
Channelize: rt_notify arg conversion table -> channel
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 89bf87c7..9d0a93c7 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -1241,7 +1241,7 @@ find_surrogate_fwaddr(struct ospf_proto *p, struct ospf_area *oa) } void -ospf_rt_notify(struct proto *P, rtable *tbl UNUSED, net *n, rte *new, rte *old UNUSED, ea_list *ea) +ospf_rt_notify(struct proto *P, struct channel *ch UNUSED, net *n, rte *new, rte *old UNUSED, ea_list *ea) { struct ospf_proto *p = (struct ospf_proto *) P; struct ospf_area *oa = NULL; /* non-NULL for NSSA-LSA */ |