summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-13 13:02:02 +0200
committerMartin Mares <mj@ucw.cz>2000-05-13 13:02:02 +0200
commit02bd064ab76f163313261dad5c273cb376be2a75 (patch)
tree70375cc7d9446ff5ebda3e078ee85185d8761ad9 /sysdep/unix/krt.c
parente4bfafa1008918cf904ede023feb18fa4cb7d524 (diff)
downloadbird-02bd064ab76f163313261dad5c273cb376be2a75.tar
bird-02bd064ab76f163313261dad5c273cb376be2a75.zip
Adapted to new rt_notify semantics.
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r--sysdep/unix/krt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 6d8c696..74ab223 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -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;