aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 04ec108aa..165455856 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -70,6 +70,8 @@
70#define UDP_MAX_SENDER_ADDRESSES_WITH_DEFRAG 128 70#define UDP_MAX_SENDER_ADDRESSES_WITH_DEFRAG 128
71 71
72 72
73GNUNET_NETWORK_STRUCT_BEGIN
74
73/** 75/**
74 * UDP Message-Packet header (after defragmentation). 76 * UDP Message-Packet header (after defragmentation).
75 */ 77 */
@@ -92,7 +94,6 @@ struct UDPMessage
92 94
93}; 95};
94 96
95
96/** 97/**
97 * UDP ACK Message-Packet header (after defragmentation). 98 * UDP ACK Message-Packet header (after defragmentation).
98 */ 99 */
@@ -162,7 +163,7 @@ struct IPv6UdpAddress
162 */ 163 */
163 uint16_t u6_port GNUNET_PACKED; 164 uint16_t u6_port GNUNET_PACKED;
164}; 165};
165 166GNUNET_NETWORK_STRUCT_END
166 167
167/* Forward definition */ 168/* Forward definition */
168struct Plugin; 169struct Plugin;