From aa8761de9471dbe28149d990bdbc851c744f4e2b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 18 Jan 2000 10:39:30 +0000 Subject: Kernel route syncer now supports dynamic reconfiguration. Also it doesn't depend on the startup counter hack now and uses a zero-time timer instead to make itself scheduled after normal protocol startup. --- sysdep/unix/krt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/krt.h') diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 85b884a..8a444f0 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -62,6 +62,7 @@ struct krt_proto { #ifdef CONFIG_ALL_TABLES_AT_ONCE node instance_node; /* Node in krt instance list */ #endif + int initialized; /* First scan has already been finished */ }; extern struct proto_config *cf_krt; -- cgit v1.2.3