diff options
-rw-r--r-- | src/tlv_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tlv_types.h b/src/tlv_types.h index 10cbc92..cfb8c53 100644 --- a/src/tlv_types.h +++ b/src/tlv_types.h @@ -79,6 +79,8 @@ typedef struct __attribute__((packed)) gp_babel_tlv_announce_req { typedef struct __attribute__((packed)) gp_babel_tlv_seqno_req { uint16_t seqno; + uint8_t hop_count; + uint8_t reserved; gp_babel_node_id_t node; uint16_t type; uint16_t key; |