stuff
authorChristian Grothoff <christian@grothoff.org>
Fri, 3 Jun 2011 22:15:25 +0000 (22:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 3 Jun 2011 22:15:25 +0000 (22:15 +0000)
src/transport/transport_api.c

index d2e90d72688f0fb99dad57ecd2e89aa0a6391974..126823cc2fed035733a2c5a737701ba3eb3b3a0b 100644 (file)
@@ -977,6 +977,23 @@ GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle,
 }
 
 
+/**
+ * Ask the transport service to establish a connection to 
+ * the given peer.
+ *
+ * @param handle connection to transport service
+ * @param target who we should try to connect to
+ */
+void
+GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle,
+                             const struct GNUNET_PeerIdentity *target)
+{
+  /* old API does nothing */
+}
+
+
+
+
 /**
  * Obtain the HELLO message for this peer.
  *