From af79e547f8635f17218b0ab80a5b41410c7e57ea Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 28 Sep 2012 19:34:49 +0200 Subject: Calculate rxcost --- ffd/ffd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffd/ffd.h') diff --git a/ffd/ffd.h b/ffd/ffd.h index e29fce6..1ef5494 100644 --- a/ffd/ffd.h +++ b/ffd/ffd.h @@ -50,6 +50,8 @@ typedef struct _ffd_neigh_t { uint16_t hello_interval; uint16_t last_seqno; struct timespec last_hello; + + uint16_t txcost; } ffd_neigh_t; typedef struct _ffd_iface_t { -- cgit v1.2.3