aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-12-20 17:18:03 +0000
committerBart Polot <bart@net.in.tum.de>2012-12-20 17:18:03 +0000
commit098b1b239d70df090307f4aa3680bcd07e74eb0c (patch)
treea85577b9679407ba038f6fb6c1001a67866efaf6 /src/mesh/mesh_tunnel_tree.h
parent3946a7576d65824856894ca0903dc213a6ee5182 (diff)
downloadgnunet-098b1b239d70df090307f4aa3680bcd07e74eb0c.tar.gz
gnunet-098b1b239d70df090307f4aa3680bcd07e74eb0c.zip
- account for disconnection
Diffstat (limited to 'src/mesh/mesh_tunnel_tree.h')
-rw-r--r--src/mesh/mesh_tunnel_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/mesh_tunnel_tree.h b/src/mesh/mesh_tunnel_tree.h
index 94dcf13bf..e5d65921d 100644
--- a/src/mesh/mesh_tunnel_tree.h
+++ b/src/mesh/mesh_tunnel_tree.h
@@ -337,6 +337,8 @@ tree_notify_connection_broken (struct MeshTunnelTree *t, GNUNET_PEER_Id p1,
337 * If the tree is not local and no longer has any paths, the root node will be 337 * If the tree is not local and no longer has any paths, the root node will be
338 * destroyed and marked as NULL. 338 * destroyed and marked as NULL.
339 * 339 *
340 * FIXME: dont destroy the root
341 *
340 * @param t Tunnel tree to use. 342 * @param t Tunnel tree to use.
341 * @param peer Short ID of the peer to remove from the tunnel tree. 343 * @param peer Short ID of the peer to remove from the tunnel tree.
342 * @param cb Callback to notify client of disconnected peers. 344 * @param cb Callback to notify client of disconnected peers.