From bb027be1e232ca2207a03a8e001441965cc07801 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 1999 18:55:35 +0000 Subject: Added extra argument to rt_update hook which contains a pointer to the temporary attribute list. --- nest/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 3aed2f2..84c46fa 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -22,6 +22,7 @@ struct proto_config; struct config; struct proto; struct event; +struct ea_list; /* * Routing Protocol @@ -111,7 +112,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 network *net, struct rte *new, struct rte *old); + void (*rt_notify)(struct proto *, struct network *net, struct rte *new, struct rte *old, struct ea_list *tmpa); 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