diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-26 02:54:35 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-26 02:54:35 +0100 |
commit | 3dbdeacfdb3adbcaecb63a9805c5c45ec93cb8c7 (patch) | |
tree | 4ca6f8a9fc8a4908ff228dbc41d1b6df429b708f | |
parent | 58e54934db5865cce63714ab016f36e05670a2a0 (diff) | |
download | babel-3dbdeacfdb3adbcaecb63a9805c5c45ec93cb8c7.tar babel-3dbdeacfdb3adbcaecb63a9805c5c45ec93cb8c7.zip |
Add hop count field to seqno request TLV
-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; |