diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2016-05-10 14:21:15 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2016-05-10 14:21:15 +0200 |
commit | 92912f063a94bd7c743a25628ca2073380e09ef4 (patch) | |
tree | e8328b04713b3004747bcd3160294dd97e16b35e /nest/route.h | |
parent | a8caff322f83f1303c408bbefc440aeea9e619a3 (diff) | |
parent | 2003a1840731bd57365876e48c96c5a1ea0348cb (diff) |
Merge remote-tracking branch 'origin/rte-update' into int-new
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index a893841f..08179d73 100644 --- a/nest/route.h +++ b/nest/route.h @@ -276,7 +276,7 @@ static inline net *net_get(rtable *tab, const net_addr *addr) { return (net *) f rte *rte_find(net *net, struct rte_src *src); rte *rte_get_temp(struct rta *); -void rte_update2(struct channel *c, net *net, rte *new, struct rte_src *src); +void rte_update2(struct channel *c, net_addr *n, rte *new, struct rte_src *src); /* rte_update() moved to protocol.h to avoid dependency conflicts */ void rte_discard(rtable *tab, rte *old); int rt_examine(rtable *t, net_addr *a, struct proto *p, struct filter *filter); |