gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27482 - gnunet/src/include
Date: Wed, 19 Jun 2013 11:25:37 +0200

Author: bartpolot
Date: 2013-06-19 11:25:37 +0200 (Wed, 19 Jun 2013)
New Revision: 27482

Modified:
   gnunet/src/include/gnunet_mesh2_service.h
Log:
- document bug #2896: call end handler on requested tunnel destroy

Modified: gnunet/src/include/gnunet_mesh2_service.h
===================================================================
--- gnunet/src/include/gnunet_mesh2_service.h   2013-06-19 09:23:54 UTC (rev 
27481)
+++ gnunet/src/include/gnunet_mesh2_service.h   2013-06-19 09:25:37 UTC (rev 
27482)
@@ -135,10 +135,9 @@
 
 /**
  * Function called whenever a tunnel is destroyed.  Should clean up
- * any associated state.  This function is NOT called if the client has
- * explicitly asked for the tunnel to be destroyed using
- * GNUNET_MESH_tunnel_destroy. It must NOT call GNUNET_MESH_tunnel_destroy on
- * the tunnel.
+ * any associated state. 
+ * 
+ * It must NOT call GNUNET_MESH_tunnel_destroy on the tunnel.
  *
  * @param cls closure (set from GNUNET_MESH_connect)
  * @param tunnel connection to the other end (henceforth invalid)
@@ -207,7 +206,7 @@
 
 
 /**
- * Destroy an existing tunnel. The existing callback for the tunnel will NOT
+ * Destroy an existing tunnel. The existing end callback for the tunnel will
  * be called.
  *
  * @param tunnel tunnel handle
@@ -282,6 +281,15 @@
 
 
 
+/******************************************************************************/
+/********************       MONITORING /DEBUG API     
*************************/
+/******************************************************************************/
+/* The following calls are not useful for normal MESH operation, but for      
*/
+/* debug and monitoring of the mesh state. They can be safely ignored.        
*/
+/* The API can change at any point without notice.                            
*/
+/* Please contact the developer if you consider any of this calls useful for  
*/
+/* normal mesh applications.                                                  
*/
+/******************************************************************************/
 
 /**
  * Method called to retrieve information about each tunnel the mesh peer




reply via email to

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