From b9626ec6eaf299b889f52d017d025f356b43371a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Mar 2000 22:21:06 +0000 Subject: Garbage collector events and counters are now per table and one day they can be made configurable if it turns out to be useful. --- 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 55986f0..440ca36 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -385,7 +385,7 @@ static void krt_learn_init(struct krt_proto *p) { if (KRT_CF->learn) - rt_setup(p->p.pool, &p->krt_table, "Inherited"); + rt_setup(p->p.pool, &p->krt_table, "Inherited", NULL); } static void -- cgit v1.2.3