summaryrefslogtreecommitdiff
path: root/nest/protocol.h
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 /nest/protocol.h
parent0c8c8151fc1fb0dbfcd682153f50192ea1369884 (diff)
Channelize: rt_notify arg conversion table -> channel
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 41e31a80..19f5d070 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -184,7 +184,7 @@ struct proto {
void (*if_notify)(struct proto *, unsigned flags, struct iface *i);
void (*ifa_notify)(struct proto *, unsigned flags, struct ifa *a);
- void (*rt_notify)(struct proto *, struct rtable *table, struct network *net, struct rte *new, struct rte *old, struct ea_list *attrs);
+ void (*rt_notify)(struct proto *, struct channel *, struct network *net, struct rte *new, struct rte *old, struct ea_list *attrs);
void (*neigh_notify)(struct neighbor *neigh);
struct ea_list *(*make_tmp_attrs)(struct rte *rt, struct linpool *pool);
void (*store_tmp_attrs)(struct rte *rt, struct ea_list *attrs);