Added transition code for new MESH API
[oweals/gnunet.git] / src / mesh / mesh.h
index 0c54d72c949715c04c315735450c42a44f3e1216..8d6985a317b9649c116462b11540a100ec1abe47 100644 (file)
@@ -220,6 +220,11 @@ struct GNUNET_MESH_ConnectPeerByType
  */
 enum MeshPeerState
 {
+    /**
+     * Peer is the root and owner of the tree
+     */
+  MESH_PEER_ROOT,
+
     /**
      * Peer only retransmits traffic, is not a final destination
      */