summaryrefslogtreecommitdiff
path: root/src/plain_packet.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-28 10:36:20 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-28 10:36:20 +0000
commit65dd1b1e7b663d5b1f18171ff1de0b46a6196d2c (patch)
tree5591bf544a9aa2d84bcf906b57893b8b9c19aabd /src/plain_packet.h
parentadded plain packet (diff)
added encrypted packet
some cleanup
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;