summaryrefslogtreecommitdiffstats
path: root/ffd/neigh.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-07 18:11:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-07 18:11:07 +0200
commit650a9e882705c993b401ab2545bc166b3d88028c (patch)
tree4f1a3d117a8ad2517f68f55a497d4a9d0a4622ea /ffd/neigh.h
parent4334011653c004f8f8925342bc81e109452cbcae (diff)
downloadffd-650a9e882705c993b401ab2545bc166b3d88028c.tar
ffd-650a9e882705c993b401ab2545bc166b3d88028c.zip
Add code for periodic maintenance
Diffstat (limited to 'ffd/neigh.h')
-rw-r--r--ffd/neigh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffd/neigh.h b/ffd/neigh.h
index 6874dbe..d82025c 100644
--- a/ffd/neigh.h
+++ b/ffd/neigh.h
@@ -44,6 +44,7 @@ ffd_neigh_t* ffd_neigh_get(ffd_iface_t *iface, const eth_addr_t *addr);
void ffd_neigh_free_list(ffd_neigh_t *neigh);
uint16_t ffd_neigh_get_rxcost(const ffd_neigh_t *neigh);
+uint16_t ffd_neigh_get_txcost(const ffd_neigh_t *neigh);
uint16_t ffd_neigh_get_cost(const ffd_neigh_t *neigh);
void ffd_neigh_reset(ffd_iface_t *iface, ffd_neigh_t *neigh);