- doxygen
[oweals/gnunet.git] / src / mesh / mesh_tunnel_tree.h
index 94dcf13bf180a08ad5d21f64955872372de2ab04..e5d65921df0c71a97050c3c0c1ed5b603f681879 100644 (file)
@@ -337,6 +337,8 @@ tree_notify_connection_broken (struct MeshTunnelTree *t, GNUNET_PEER_Id p1,
  * If the tree is not local and no longer has any paths, the root node will be
  * destroyed and marked as NULL.
  *
+ * FIXME: dont destroy the root
+ *
  * @param t Tunnel tree to use.
  * @param peer Short ID of the peer to remove from the tunnel tree.
  * @param cb Callback to notify client of disconnected peers.