summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 10:58:10 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 10:58:10 +0200
commitc3a0c36d3c935097ccc72d92581f0f2b7bc794a9 (patch)
tree538690a93e5a2282710bc623ec8b23312998c605 /ffd/ffd.h
parent4a40b6246a4862ac52fa4ef7f692f63784e72330 (diff)
downloadffd-c3a0c36d3c935097ccc72d92581f0f2b7bc794a9.tar
ffd-c3a0c36d3c935097ccc72d92581f0f2b7bc794a9.zip
Revert "Somewhat hacky implementation of update retransmits"
This reverts commit 4a40b6246a4862ac52fa4ef7f692f63784e72330.
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 4bb7038..edba710 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 urgent, bool with_data);
+void ffd_send_update(ffd_iface_t *iface, ffd_neigh_t *neigh, ffd_announce_t *announce, 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);