summaryrefslogtreecommitdiff
path: root/src/plain_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plain_packet.h')
-rw-r--r--src/plain_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain_packet.h b/src/plain_packet.h
index ac1c56f..e2583f9 100644
--- a/src/plain_packet.h
+++ b/src/plain_packet.h
@@ -47,7 +47,7 @@ struct plain_packet_struct {
union __attribute__ ((__packed__)) {
u_int8_t buf_[PLAIN_PACKET_SIZE_MAX];
payload_type_t payload_type_;
- } data;
+ } data_;
};
typedef struct plain_packet_struct plain_packet_t;