gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25977 - in gnunet/src: include transport


From: gnunet
Subject: [GNUnet-SVN] r25977 - in gnunet/src: include transport
Date: Fri, 1 Feb 2013 15:49:19 +0100

Author: harsha
Date: 2013-02-01 15:49:19 +0100 (Fri, 01 Feb 2013)
New Revision: 25977

Modified:
   gnunet/src/include/gnunet_transport_service.h
   gnunet/src/transport/transport_api.c
Log:
- doc

Modified: gnunet/src/include/gnunet_transport_service.h
===================================================================
--- gnunet/src/include/gnunet_transport_service.h       2013-02-01 14:20:29 UTC 
(rev 25976)
+++ gnunet/src/include/gnunet_transport_service.h       2013-02-01 14:49:19 UTC 
(rev 25977)
@@ -283,7 +283,8 @@
 
 
 /**
- * Obtain updates on changes to the HELLO message for this peer.
+ * Obtain updates on changes to the HELLO message for this peer. The callback
+ * given in this function is never called synchronously.
  *
  * @param handle connection to transport service
  * @param rec function to call with the HELLO

Modified: gnunet/src/transport/transport_api.c
===================================================================
--- gnunet/src/transport/transport_api.c        2013-02-01 14:20:29 UTC (rev 
25976)
+++ gnunet/src/transport/transport_api.c        2013-02-01 14:49:19 UTC (rev 
25977)
@@ -1289,7 +1289,8 @@
 
 
 /**
- * Obtain the HELLO message for this peer.
+ * Obtain the HELLO message for this peer.  The callback given in this function
+ * is never called synchronously.
  *
  * @param handle connection to transport service
  * @param rec function to call with the HELLO, sender will be our peer




reply via email to

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