summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-05-31 20:55:35 +0200
committerMartin Mares <mj@ucw.cz>1999-05-31 20:55:35 +0200
commitbb027be1e232ca2207a03a8e001441965cc07801 (patch)
treeb7a569cdde146f6eb6fe02dd73e2ec69f502613a /sysdep/unix/krt.c
parent75b84c34e3434209517f2ebc8160f39d33e3735e (diff)
downloadbird-bb027be1e232ca2207a03a8e001441965cc07801.tar
bird-bb027be1e232ca2207a03a8e001441965cc07801.zip
Added extra argument to rt_update hook which contains a pointer to the
temporary attribute list.
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 364147d..0647346 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -574,7 +574,7 @@ krt_scan(timer *t)
*/
static void
-krt_notify(struct proto *P, net *net, rte *new, rte *old)
+krt_notify(struct proto *P, net *net, rte *new, rte *old, struct ea_list *tmpa)
{
struct krt_proto *p = (struct krt_proto *) P;