aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-07 11:11:14 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-07 11:11:14 +0000
commit7d018d2383fc9352a43fc38aaa8477be9b04be1d (patch)
tree29530ba9cbab7b325fd8bf82072a4491af3f52ec /src/mesh
parent93522adc0728de13e94a7b13730781345144e434 (diff)
downloadgnunet-7d018d2383fc9352a43fc38aaa8477be9b04be1d.tar.gz
gnunet-7d018d2383fc9352a43fc38aaa8477be9b04be1d.zip
Updated doxygen
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_tunnel_tree.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c
index 9c8d5e97d..da16bc95b 100644
--- a/src/mesh/mesh_tunnel_tree.c
+++ b/src/mesh/mesh_tunnel_tree.c
@@ -470,6 +470,12 @@ tree_get_path_to_peer(struct MeshTunnelTree *t, GNUNET_PEER_Id peer)
470 470
471/** 471/**
472 * Integrate a stand alone path into the tunnel tree. 472 * Integrate a stand alone path into the tunnel tree.
473 * If the peer toward which the new path is already in the tree, the peer
474 * and its children will be maked as disconnected and the callback
475 * will be called on each one of them. They will be maked as online only after
476 * receiving a PATH ACK for the new path for each one of them, so the caller
477 * should take care of sending a new CREATE PATH message for each disconnected
478 * peer.
473 * 479 *
474 * @param t Tunnel where to add the new path. 480 * @param t Tunnel where to add the new path.
475 * @param p Path to be integrated. 481 * @param p Path to be integrated.