Add hop count field to seqno request TLV

This commit is contained in:
Matthias Schiffer 2013-03-26 02:54:35 +01:00
parent 58e54934db
commit 3dbdeacfdb

View file

@ -79,6 +79,8 @@ typedef struct __attribute__((packed)) gp_babel_tlv_announce_req {
typedef struct __attribute__((packed)) gp_babel_tlv_seqno_req { typedef struct __attribute__((packed)) gp_babel_tlv_seqno_req {
uint16_t seqno; uint16_t seqno;
uint8_t hop_count;
uint8_t reserved;
gp_babel_node_id_t node; gp_babel_node_id_t node;
uint16_t type; uint16_t type;
uint16_t key; uint16_t key;