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/protocol.h | |
parent | a8caff322f83f1303c408bbefc440aeea9e619a3 (diff) | |
parent | 2003a1840731bd57365876e48c96c5a1ea0348cb (diff) |
Merge remote-tracking branch 'origin/rte-update' into int-new
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 61919a54..2d640504 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -271,7 +271,7 @@ proto_get_router_id(struct proto_config *pc) } /* Moved from route.h to avoid dependency conflicts */ -static inline void rte_update(struct proto *p, net *net, rte *new) { rte_update2(p->main_channel, net, new, p->main_source); } +static inline void rte_update(struct proto *p, net_addr *n, rte *new) { rte_update2(p->main_channel, n, new, p->main_source); } extern list proto_list; |