summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-09-28 21:53:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-09-28 21:53:21 +0200
commit40cd665392ef400eaf9b815c22b46874d83c629d (patch)
tree5af135e28dbc797ca0b10304f2da413da95f2cbe /ffd/ffd.h
parentaf79e547f8635f17218b0ab80a5b41410c7e57ea (diff)
downloadffd-40cd665392ef400eaf9b815c22b46874d83c629d.tar
ffd-40cd665392ef400eaf9b815c22b46874d83c629d.zip
Send and handle IHUs
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;