aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-16 08:20:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-16 08:20:22 +0000
commit15f8a6f2e023e9da4b41153ecb3fafda2e23cfe7 (patch)
tree316c5c64ecd1c5adf1b20c5499a4cc7f25ba81bd /src/transport/plugin_transport_udp.h
parent5c663f1dc9a0c16029d8471fc044c3d55e4cdc31 (diff)
downloadgnunet-15f8a6f2e023e9da4b41153ecb3fafda2e23cfe7.tar.gz
gnunet-15f8a6f2e023e9da4b41153ecb3fafda2e23cfe7.zip
changes
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 52c3e64bf..3bdf4a561 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -264,11 +264,11 @@ struct Plugin
264 */ 264 */
265 uint16_t aport; 265 uint16_t aport;
266 266
267 struct UDPMessageWrapper *ipv4_queue_head; 267 struct UDP_MessageWrapper *ipv4_queue_head;
268 struct UDPMessageWrapper *ipv4_queue_tail; 268 struct UDP_MessageWrapper *ipv4_queue_tail;
269 269
270 struct UDPMessageWrapper *ipv6_queue_head; 270 struct UDP_MessageWrapper *ipv6_queue_head;
271 struct UDPMessageWrapper *ipv6_queue_tail; 271 struct UDP_MessageWrapper *ipv6_queue_tail;
272}; 272};
273 273
274 274