aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-19 13:48:34 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-19 13:48:34 +0000
commit4e63debfc95ce68336d16711d0469aac5bb6954a (patch)
tree341ec35d1f62e817483c4b6c90bff6d03436e436 /src/mesh/mesh.h
parent83d0dccb750279dcd0e3ec1635b4952d2e42cb1e (diff)
downloadgnunet-4e63debfc95ce68336d16711d0469aac5bb6954a.tar.gz
gnunet-4e63debfc95ce68336d16711d0469aac5bb6954a.zip
Added peer in tunnel deletion, changes to tree management
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 0c54d72c9..8d6985a31 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -221,6 +221,11 @@ struct GNUNET_MESH_ConnectPeerByType
221enum MeshPeerState 221enum MeshPeerState
222{ 222{
223 /** 223 /**
224 * Peer is the root and owner of the tree
225 */
226 MESH_PEER_ROOT,
227
228 /**
224 * Peer only retransmits traffic, is not a final destination 229 * Peer only retransmits traffic, is not a final destination
225 */ 230 */
226 MESH_PEER_RELAY, 231 MESH_PEER_RELAY,