From 4bdf1881dc6230b742d7efcaad8eeac4ed25f445 Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Mon, 4 Apr 2016 16:17:11 +0200 Subject: Channelize: rt_notify arg conversion table -> channel --- nest/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/protocol.h') 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); -- cgit v1.2.3