summaryrefslogtreecommitdiffstats
path: root/ffd/tlv_types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-09-29 00:33:13 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-09-29 00:33:13 +0200
commit1a8f3c7cef8e1fbd812cf1c29b5cf8c0ac641bee (patch)
tree0e1fb4cc2ed6669b3b30307c84f3853bced3e8f7 /ffd/tlv_types.h
parent40cd665392ef400eaf9b815c22b46874d83c629d (diff)
downloadffd-1a8f3c7cef8e1fbd812cf1c29b5cf8c0ac641bee.tar
ffd-1a8f3c7cef8e1fbd812cf1c29b5cf8c0ac641bee.zip
Minor fixups for neighbour handling
Diffstat (limited to 'ffd/tlv_types.h')
-rw-r--r--ffd/tlv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/tlv_types.h b/ffd/tlv_types.h
index 221240e..dcb44b4 100644
--- a/ffd/tlv_types.h
+++ b/ffd/tlv_types.h
@@ -41,7 +41,7 @@ typedef struct __attribute__((packed)) _ffd_tlv_ihu_t {
uint8_t reserved;
uint16_t rxcost;
uint16_t interval;
- uint8_t address[0];
+ uint8_t address[];
} ffd_tlv_ihu_t;
#endif /* _FFD_TLV_TYPES_H_ */