summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-07 19:16:31 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-07 19:16:31 +0200
commit5d538bb78e1820a807a8670cd3075757f2e115f0 (patch)
treea71c2ce2fb51f5265334629c43e0bdbdc8cac62b /ffd/ffd.h
parentec6a57a218b4bf4bf6d2e6ae1a6a4db59aa79f64 (diff)
downloadffd-5d538bb78e1820a807a8670cd3075757f2e115f0.tar
ffd-5d538bb78e1820a807a8670cd3075757f2e115f0.zip
Periodically update selected nexthops
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ffd/ffd.h b/ffd/ffd.h
index 563b472..fa2c378 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -179,7 +179,8 @@ static inline bool ffd_is_feasible(const ffd_announce_t *announce, ffd_metric_se
}
-void ffd_announce_update(ffd_announce_t *announce, ffd_nexthop_t *nexthop, ffd_metric_seqno_t ms, uint16_t interval);
+void ffd_announce_update(ffd_announce_t *announce);
+void ffd_announce_update_nexthop(ffd_announce_t *announce, ffd_nexthop_t *nexthop, ffd_metric_seqno_t ms, uint16_t interval);
ffd_announce_t* ffd_announce_new(void);
void ffd_send_ack(ffd_iface_t *iface, ffd_neigh_t *neigh, uint16_t nonce);