gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27646 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r27646 - gnunet/src/transport
Date: Thu, 27 Jun 2013 12:01:34 +0200

Author: wachs
Date: 2013-06-27 12:01:34 +0200 (Thu, 27 Jun 2013)
New Revision: 27646

Modified:
   gnunet/src/transport/plugin_transport_udp.h
Log:
added options in header


Modified: gnunet/src/transport/plugin_transport_udp.h
===================================================================
--- gnunet/src/transport/plugin_transport_udp.h 2013-06-27 10:01:08 UTC (rev 
27645)
+++ gnunet/src/transport/plugin_transport_udp.h 2013-06-27 10:01:34 UTC (rev 
27646)
@@ -57,6 +57,11 @@
  */
 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 IPv6UdpAddress
 {
+       /**
+        * Optional options and flags for this address
+        */
+       uint32_t options GNUNET_PACKED;
 
   /**
    * IPv6 address.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]