summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 05:04:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 05:04:19 +0200
commit4a40b6246a4862ac52fa4ef7f692f63784e72330 (patch)
tree30e38a835360c6e8585dd7cd63ea46a5bd80351e /ffd/ffd.h
parentbc9f976d7fe70176aac4bc9c87205d6ac1f530cc (diff)
downloadffd-4a40b6246a4862ac52fa4ef7f692f63784e72330.tar
ffd-4a40b6246a4862ac52fa4ef7f692f63784e72330.zip
Somewhat hacky implementation of update retransmits
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/ffd.h b/ffd/ffd.h
index edba710..4bb7038 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -207,7 +207,7 @@ void ffd_announce_seqno_request_free_list(ffd_announce_t *announce);
void ffd_send_ack(ffd_neigh_t *neigh, uint16_t nonce);
void ffd_send_hellos(void);
-void ffd_send_update(ffd_iface_t *iface, ffd_neigh_t *neigh, ffd_announce_t *announce, bool with_data);
+void ffd_send_update(ffd_iface_t *iface, ffd_neigh_t *neigh, ffd_announce_t *announce, bool urgent, bool with_data);
void ffd_send_retract(ffd_neigh_t *neigh, ffd_node_id_t node, uint16_t type, uint16_t key);
void ffd_send_announce_request(ffd_iface_t *iface, ffd_neigh_t *neigh, ffd_node_id_t node, uint16_t type, uint16_t key, bool with_data);
void ffd_send_seqno_request(ffd_neigh_t *neigh, ffd_announce_t *announce, uint16_t seqno);