summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h2
1 files changed, 2 insertions, 0 deletions
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 {