diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-18 10:39:30 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-18 10:39:30 +0000 |
commit | aa8761de9471dbe28149d990bdbc851c744f4e2b (patch) | |
tree | 1121c4a4ca8840e4009b7d84d36097dd697d5f0d /sysdep/unix/krt.h | |
parent | fb89b1a4ced5f3d847ecbc1d4b86a0cb47564ef7 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 85b884a1..8a444f04 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; |