From 774f149959030b66faca7a97dfb4d1703a84e0d7 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 Nov 1999 12:01:45 +0000 Subject: Fix timeouts. Triggered updates are not done, yet. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') 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 -- cgit v1.2.3