summaryrefslogtreecommitdiffstats
path: root/ffd/tlv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/tlv_types.h')
-rw-r--r--ffd/tlv_types.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ffd/tlv_types.h b/ffd/tlv_types.h
index 07eba53..af3e853 100644
--- a/ffd/tlv_types.h
+++ b/ffd/tlv_types.h
@@ -70,20 +70,18 @@ typedef struct __attribute__((packed)) _ffd_tlv_update_t {
} ffd_tlv_update_t;
typedef struct __attribute__((packed)) _ffd_tlv_announce_req_t {
- ffd_node_id_t node;
uint8_t flags;
uint8_t reserved;
+ ffd_node_id_t node;
uint16_t type;
uint16_t key;
} ffd_tlv_announce_req_t;
typedef struct __attribute__((packed)) _ffd_tlv_seqno_req_t {
+ uint16_t seqno;
ffd_node_id_t node;
- uint8_t flags;
- uint8_t reserved;
uint16_t type;
uint16_t key;
- uint16_t seqno;
} ffd_tlv_seqno_req_t;
#endif /* _FFD_TLV_TYPES_H_ */