-log
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_peer.h
index 234991aded1bf8099cb87cfa98f9e296dfcf7f58..eb68148949df78a002f3aa66c3c683fc912e38fb 100644 (file)
@@ -337,6 +337,15 @@ GMP_set_hello (struct MeshPeer *peer, const struct GNUNET_HELLO_Message *hello);
 struct GNUNET_HELLO_Message *
 GMP_get_hello (struct MeshPeer *peer);
 
+
+/**
+ * Try to connect to a peer on TRANSPORT level.
+ *
+ * @param peer Peer to whom to connect.
+ */
+void
+GMP_try_connect (struct MeshPeer *peer);
+
 /**
  * Count the number of known paths toward the peer.
  *