summaryrefslogtreecommitdiffstats
path: root/src/tlv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tlv_types.h')
-rw-r--r--src/tlv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tlv_types.h b/src/tlv_types.h
index cfb8c53..26ddefc 100644
--- a/src/tlv_types.h
+++ b/src/tlv_types.h
@@ -66,7 +66,7 @@ typedef struct __attribute__((packed)) gp_babel_tlv_update {
uint16_t metric;
uint16_t type;
uint16_t key;
- uint8_t data[];
+ uint8_t payload[];
} gp_babel_tlv_update_t;
typedef struct __attribute__((packed)) gp_babel_tlv_announce_req {