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 1ef5494..81bccfc 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -50,6 +50,7 @@ typedef struct _ffd_neigh_t {
uint16_t hello_interval;
uint16_t last_seqno;
struct timespec last_hello;
+ struct timespec last_ihu;
uint16_t txcost;
} ffd_neigh_t;
@@ -59,6 +60,7 @@ typedef struct _ffd_iface_t {
unsigned ifindex;
char name[IF_NAMESIZE];
+ eth_addr_t addr;
netif_type_t type;
uint16_t seqno;