aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-06-27 10:01:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-06-27 10:01:34 +0000
commitb569b94c466a281e0996dedb09650d77f6dbdf5b (patch)
tree69a317d02fd42cc47d1b73e029f1479500da8e8e /src/transport/plugin_transport_udp.h
parent4ff166c7c0910db7efcffb5023218dac0038b31d (diff)
downloadgnunet-b569b94c466a281e0996dedb09650d77f6dbdf5b.tar.gz
gnunet-b569b94c466a281e0996dedb09650d77f6dbdf5b.zip
added options in header
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index fe46bf85b..e168a534c 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -57,6 +57,11 @@ GNUNET_NETWORK_STRUCT_BEGIN
57 */ 57 */
58struct IPv4UdpAddress 58struct IPv4UdpAddress
59{ 59{
60 /**
61 * Optional options and flags for this address
62 */
63 uint32_t options GNUNET_PACKED;
64
60 /** 65 /**
61 * IPv4 address, in network byte order. 66 * IPv4 address, in network byte order.
62 */ 67 */
@@ -74,6 +79,10 @@ struct IPv4UdpAddress
74 */ 79 */
75struct IPv6UdpAddress 80struct IPv6UdpAddress
76{ 81{
82 /**
83 * Optional options and flags for this address
84 */
85 uint32_t options GNUNET_PACKED;
77 86
78 /** 87 /**
79 * IPv6 address. 88 * IPv6 address.