1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Adapted to new rt_notify semantics.

This commit is contained in:
Martin Mares
2000-05-13 11:02:02 +00:00
parent e4bfafa100
commit 02bd064ab7
4 changed files with 13 additions and 25 deletions

View File

@@ -663,7 +663,7 @@ krt_scan(timer *t)
*/
static void
krt_notify(struct proto *P, net *net, rte *new, rte *old, struct ea_list *tmpa)
krt_notify(struct proto *P, net *net, rte *new, rte *old, struct ea_list *attrs)
{
struct krt_proto *p = (struct krt_proto *) P;