summaryrefslogtreecommitdiffstats
path: root/ffd/neigh.h
diff options
context:
space:
mode:
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);