diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-06-21 21:40:46 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-06-21 21:40:46 +0200 |
commit | ad3907559c196ee39906d527ea4f3372beb6e6c5 (patch) | |
tree | 82cf1ac6b078eb1956c605a12e258fe4f398d9d5 /nest | |
parent | 2836ce3951bbdda62c3dddd509669127f46e776d (diff) | |
download | bird-ad3907559c196ee39906d527ea4f3372beb6e6c5.tar bird-ad3907559c196ee39906d527ea4f3372beb6e6c5.zip |
RIP bugfix
Diffstat (limited to 'nest')
-rw-r--r-- | nest/route.h | 1 |
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 |