From e16168401d61c20bf4d66d5636c30ad10874fc52 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Sep 2012 22:44:42 +0200 Subject: Change lots of data structures for the new TLV-based protocool --- ffd/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ffd/types.h') diff --git a/ffd/types.h b/ffd/types.h index 5eaaf46..cd2cbd2 100644 --- a/ffd/types.h +++ b/ffd/types.h @@ -37,8 +37,10 @@ typedef struct __attribute__((__packed__)) _eth_addr_t { uint8_t d[ETH_ALEN]; } eth_addr_t; - #define ETH_ADDR_UNSPEC ((eth_addr_t){{0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}) +typedef struct _ffd_packet_t ffd_packet_t; + + #endif /* _FFD_TYPES_H_ */ -- cgit v1.2.3