summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-18 11:39:30 +0100
committerMartin Mares <mj@ucw.cz>2000-01-18 11:39:30 +0100
commitaa8761de9471dbe28149d990bdbc851c744f4e2b (patch)
tree1121c4a4ca8840e4009b7d84d36097dd697d5f0d /sysdep/unix/krt.h
parentfb89b1a4ced5f3d847ecbc1d4b86a0cb47564ef7 (diff)
downloadbird-aa8761de9471dbe28149d990bdbc851c744f4e2b.tar
bird-aa8761de9471dbe28149d990bdbc851c744f4e2b.zip
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.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r--sysdep/unix/krt.h1
1 files changed, 1 insertions, 0 deletions
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;