summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-21 21:40:46 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-21 21:40:46 +0200
commitad3907559c196ee39906d527ea4f3372beb6e6c5 (patch)
tree82cf1ac6b078eb1956c605a12e258fe4f398d9d5 /nest/route.h
parent2836ce3951bbdda62c3dddd509669127f46e776d (diff)
downloadbird-ad3907559c196ee39906d527ea4f3372beb6e6c5.tar
bird-ad3907559c196ee39906d527ea4f3372beb6e6c5.zip
RIP bugfix
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 72b84e5..e372e16 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -157,7 +157,6 @@ 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 */
struct rip_entry *entry;
} rip;
#endif