diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-06-27 10:01:34 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-06-27 10:01:34 +0000 |
commit | b569b94c466a281e0996dedb09650d77f6dbdf5b (patch) | |
tree | 69a317d02fd42cc47d1b73e029f1479500da8e8e /src | |
parent | 4ff166c7c0910db7efcffb5023218dac0038b31d (diff) |
added options in header
Diffstat (limited to 'src')
-rw-r--r-- | src/transport/plugin_transport_udp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h index fe46bf85b7..e168a534c9 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. |