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. --- sysdep/unix/krt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix/krt.c') 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; -- cgit v1.2.3