gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16432 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r16432 - gnunet/src/include
Date: Tue, 9 Aug 2011 14:14:08 +0200

Author: grothoff
Date: 2011-08-09 14:14:07 +0200 (Tue, 09 Aug 2011)
New Revision: 16432

Modified:
   gnunet/src/include/gnunet_hello_lib.h
   gnunet/src/include/gnunet_transport_service.h
Log:
docu

Modified: gnunet/src/include/gnunet_hello_lib.h
===================================================================
--- gnunet/src/include/gnunet_hello_lib.h       2011-08-09 08:29:44 UTC (rev 
16431)
+++ gnunet/src/include/gnunet_hello_lib.h       2011-08-09 12:14:07 UTC (rev 
16432)
@@ -174,6 +174,7 @@
  *         otherwise NULL will be returned
  * @param it iterator to call on each address
  * @param it_cls closure for it
+ * @return the modified HELLO or NULL
  */
 struct GNUNET_HELLO_Message *GNUNET_HELLO_iterate_addresses (const struct
                                                              
GNUNET_HELLO_Message

Modified: gnunet/src/include/gnunet_transport_service.h
===================================================================
--- gnunet/src/include/gnunet_transport_service.h       2011-08-09 08:29:44 UTC 
(rev 16431)
+++ gnunet/src/include/gnunet_transport_service.h       2011-08-09 12:14:07 UTC 
(rev 16432)
@@ -640,13 +640,15 @@
                                  const char * address,
                                  size_t addressLen,
                                 int numeric,
-                                 const char * nameTrans,
+                                 const char *nameTrans,
                                 struct GNUNET_TIME_Relative timeout,
                                 GNUNET_TRANSPORT_AddressLookUpCallback aluc,
                                 void *aluc_cls);
 
+
 /**
- * Return all the known addresses for a peer.
+ * Return all the known addresses for a peer. FIXME: document better!
+ * FIXME: use better name!
  *
  * @param cfg configuration to use
  * @param peer peer identity to look up the addresses of
@@ -663,7 +665,8 @@
 
 
 /**
- * Return all the known addresses for a peer.
+ * Return all the known addresses. FIXME: document better!
+ * FIXME: use better name!
  *
  * @param cfg configuration to use
  * @param timeout how long is the lookup allowed to take at most
@@ -676,6 +679,7 @@
                                   GNUNET_TRANSPORT_AddressLookUpCallback 
peer_address_callback,
                                   void *peer_address_callback_cls);
 
+
 /**
  * Handle for blacklisting peers.
  */




reply via email to

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