gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31889 - in gnunet/src: hello include


From: gnunet
Subject: [GNUnet-SVN] r31889 - in gnunet/src: hello include
Date: Mon, 13 Jan 2014 21:02:25 +0100

Author: bartpolot
Date: 2014-01-13 21:02:25 +0100 (Mon, 13 Jan 2014)
New Revision: 31889

Modified:
   gnunet/src/hello/address.c
   gnunet/src/include/gnunet_hello_lib.h
Log:
- attempt 2


Modified: gnunet/src/hello/address.c
===================================================================
--- gnunet/src/hello/address.c  2014-01-13 19:47:51 UTC (rev 31888)
+++ gnunet/src/hello/address.c  2014-01-13 20:02:25 UTC (rev 31889)
@@ -54,7 +54,8 @@
 struct GNUNET_HELLO_Address *
 GNUNET_HELLO_address_allocate (const struct GNUNET_PeerIdentity *peer,
                                const char *transport_name, const void *address,
-                               size_t address_length)
+                               size_t address_length,
+                               enum GNUNET_HELLO_AddressInfo local_info)
 {
   struct GNUNET_HELLO_Address *addr;
   size_t slen;
@@ -88,7 +89,7 @@
 {
   return GNUNET_HELLO_address_allocate (&address->peer, 
address->transport_name,
                                         address->address,
-                                        address->address_length);
+                                        address->address_length, 0);
 }
 
 

Modified: gnunet/src/include/gnunet_hello_lib.h
===================================================================
--- gnunet/src/include/gnunet_hello_lib.h       2014-01-13 19:47:51 UTC (rev 
31888)
+++ gnunet/src/include/gnunet_hello_lib.h       2014-01-13 20:02:25 UTC (rev 
31889)
@@ -126,9 +126,9 @@
 struct GNUNET_HELLO_Address *
 GNUNET_HELLO_address_allocate (const struct GNUNET_PeerIdentity *peer,
                                const char *transport_name, const void *address,
-                               size_t address_length);
+                               size_t address_length,
+                               enum GNUNET_HELLO_AddressInfo local_info);
 
-
 /**
  * Copy an address struct.
  *




reply via email to

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