summaryrefslogtreecommitdiffstats
path: root/src/babel.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-04 00:48:53 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-04 00:48:53 +0200
commita8873733dcbca6f5f83dcdae1ccfefb95bcb18ab (patch)
treea3c5f7ad7a775b15c94b6c2a0d2436cafad53360 /src/babel.h
parentdc9ac724cbad625b6842c3482c086d3f495a0b32 (diff)
downloadbabel-a8873733dcbca6f5f83dcdae1ccfefb95bcb18ab.tar
babel-a8873733dcbca6f5f83dcdae1ccfefb95bcb18ab.zip
Cleanup nexthop maintenance logic
Diffstat (limited to 'src/babel.h')
-rw-r--r--src/babel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/babel.h b/src/babel.h
index 625b570..0e1ebb9 100644
--- a/src/babel.h
+++ b/src/babel.h
@@ -103,6 +103,8 @@ struct gp_babel_route {
gp_babel_nexthop_t *selected;
gp_babel_nexthop_t *nexthops;
+
+ gmrf_time_t last_nexthop;
};
struct gp_babel_nexthop {