From b569b94c466a281e0996dedb09650d77f6dbdf5b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 27 Jun 2013 10:01:34 +0000 Subject: added options in header --- src/transport/plugin_transport_udp.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/transport/plugin_transport_udp.h') 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 */ struct IPv4UdpAddress { + /** + * Optional options and flags for this address + */ + uint32_t options GNUNET_PACKED; + /** * IPv4 address, in network byte order. */ @@ -74,6 +79,10 @@ struct IPv4UdpAddress */ struct IPv6UdpAddress { + /** + * Optional options and flags for this address + */ + uint32_t options GNUNET_PACKED; /** * IPv6 address. -- cgit v1.2.3