gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17616 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17616 - gnunet/src/mesh
Date: Wed, 19 Oct 2011 19:40:14 +0200

Author: bartpolot
Date: 2011-10-19 19:40:14 +0200 (Wed, 19 Oct 2011)
New Revision: 17616

Modified:
   gnunet/src/mesh/mesh_tunnel_tree.c
   gnunet/src/mesh/mesh_tunnel_tree.h
Log:
Updated doxygen

Modified: gnunet/src/mesh/mesh_tunnel_tree.c
===================================================================
--- gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-19 17:31:39 UTC (rev 17615)
+++ gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-19 17:40:14 UTC (rev 17616)
@@ -678,6 +678,8 @@
 /**
  * Deletes a peer from a tunnel, liberating all unused resources on the path to
  * it. It shouldn't have children, if it has they will be destroyed as well.
+ * If the tree is not local and no longer has any paths, the root node will be
+ * destroyed and marked as NULL.
  *
  * @param t Tunnel tree to use.
  * @param peer Short ID of the peer to remove from the tunnel tree.

Modified: gnunet/src/mesh/mesh_tunnel_tree.h
===================================================================
--- gnunet/src/mesh/mesh_tunnel_tree.h  2011-10-19 17:31:39 UTC (rev 17615)
+++ gnunet/src/mesh/mesh_tunnel_tree.h  2011-10-19 17:40:14 UTC (rev 17616)
@@ -348,7 +348,10 @@
 
 
 /**
- * Deletes a peer from a tunnel, marking its children as disconnected.
+ * Deletes a peer from a tunnel, liberating all unused resources on the path to
+ * it. It shouldn't have children, if it has they will be destroyed as well.
+ * If the tree is not local and no longer has any paths, the root node will be
+ * destroyed and marked as NULL.
  *
  * @param t Tunnel tree to use.
  * @param peer Short ID of the peer to remove from the tunnel tree.




reply via email to

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