aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-02 18:46:43 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-02 18:46:43 +0000
commit1c91d8d5152a33db3522cc98c0b44eeeffb7eaa0 (patch)
tree364160a1550865161346901130b39ab1707b551f /src/mesh/mesh.h
parentb8c9942ee1470ead06fbf0825a3265ebf8904ed6 (diff)
downloadgnunet-1c91d8d5152a33db3522cc98c0b44eeeffb7eaa0.tar.gz
gnunet-1c91d8d5152a33db3522cc98c0b44eeeffb7eaa0.zip
Changed tree library to be completely detached from mesh, adapted testcases
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 d0648bd3e..fcddb2eb9 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 * Uninitialized status, should never appear in operation.
225 */
226 MESH_PEER_INVALID,
227
228 /**
224 * Peer is the root and owner of the tree 229 * Peer is the root and owner of the tree
225 */ 230 */
226 MESH_PEER_ROOT, 231 MESH_PEER_ROOT,