aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-21 20:50:20 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-21 20:50:20 +0000
commite163fb4e0712105b71ae508d441d06220eff5c6a (patch)
tree4397f92ecbebdbbfa1d987095f03e1e00504caf3 /src/mesh/mesh_tunnel_tree.h
parente73416feea2be995456c62f74b33e714501cdb33 (diff)
downloadgnunet-e163fb4e0712105b71ae508d441d06220eff5c6a.tar.gz
gnunet-e163fb4e0712105b71ae508d441d06220eff5c6a.zip
Added debug print of tree structure
Diffstat (limited to 'src/mesh/mesh_tunnel_tree.h')
-rw-r--r--src/mesh/mesh_tunnel_tree.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.h b/src/mesh/mesh_tunnel_tree.h
index 401ebb089..6573a85bd 100644
--- a/src/mesh/mesh_tunnel_tree.h
+++ b/src/mesh/mesh_tunnel_tree.h
@@ -271,4 +271,8 @@ tree_node_destroy (struct MeshTunnelTreeNode *n);
271 * @param t Tree to be destroyed 271 * @param t Tree to be destroyed
272 */ 272 */
273void 273void
274tree_destroy (struct MeshTunnelTree *t); \ No newline at end of file 274tree_destroy (struct MeshTunnelTree *t);
275
276
277void
278tree_debug(struct MeshTunnelTree *t); \ No newline at end of file