diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-25 13:01:45 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-25 13:01:45 +0100 |
commit | 774f149959030b66faca7a97dfb4d1703a84e0d7 (patch) | |
tree | 1340b1f2be1154333222725a03ff9a9337442d77 /nest/route.h | |
parent | 455ca441d99184e1514415bd7acb25f82d01366e (diff) | |
download | bird-774f149959030b66faca7a97dfb4d1703a84e0d7.tar bird-774f149959030b66faca7a97dfb4d1703a84e0d7.zip |
Fix timeouts. Triggered updates are not done, yet.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index e79affb..c2b21d1 100644 --- a/nest/route.h +++ b/nest/route.h @@ -139,6 +139,7 @@ typedef struct rte { node garbage; /* List for garbage collection */ byte metric; /* RIP metric */ u16 tag; /* External route tag */ + bird_clock_t lastmodX; /* Strange kind of last modification time */ } rip; #endif #ifdef CONFIG_OSPF |