gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16672 - gnunet/src/include
Date: Thu, 1 Sep 2011 16:29:00 +0200

Author: bartpolot
Date: 2011-09-01 16:29:00 +0200 (Thu, 01 Sep 2011)
New Revision: 16672

Modified:
   gnunet/src/include/gnunet_mesh_service_new.h
Log:
Updated header for change in service (drop timeout from add_peer), updated doc


Modified: gnunet/src/include/gnunet_mesh_service_new.h
===================================================================
--- gnunet/src/include/gnunet_mesh_service_new.h        2011-09-01 14:28:19 UTC 
(rev 16671)
+++ gnunet/src/include/gnunet_mesh_service_new.h        2011-09-01 14:29:00 UTC 
(rev 16672)
@@ -161,7 +161,7 @@
 
 
 /**
- * Method called whenever a tunnel falls apart.
+ * Method called whenever a peer has disconnected from the tunnel.
  *
  * @param cls closure
  * @param peer peer identity the tunnel stopped working with
@@ -173,7 +173,7 @@
 
 
 /**
- * Method called whenever a tunnel is established.
+ * Method called whenever a peer has connected to the tunnel.
  *
  * @param cls closure
  * @param peer peer identity the tunnel was created to, NULL on timeout
@@ -213,16 +213,14 @@
 
 
 /**
- * Request that a peer should be added to the tunnel.  The existing
- * connect handler will be called ONCE with either success or failure.
+ * Request that a peer should be added to the tunnel.  The connect handler
+ * will be called when the peer connects
  *
  * @param tunnel handle to existing tunnel
- * @param timeout how long to try to establish a connection
  * @param peer peer to add
  */
 void
 GNUNET_MESH_peer_request_connect_add (struct GNUNET_MESH_Tunnel *tunnel,
-                                      struct GNUNET_TIME_Relative timeout,
                                       const struct GNUNET_PeerIdentity *peer);
 
 




reply via email to

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