projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6e9a9
)
stuff
author
Christian Grothoff
<christian@grothoff.org>
Fri, 3 Jun 2011 22:15:25 +0000
(22:15 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 3 Jun 2011 22:15:25 +0000
(22:15 +0000)
src/transport/transport_api.c
patch
|
blob
|
history
diff --git
a/src/transport/transport_api.c
b/src/transport/transport_api.c
index d2e90d72688f0fb99dad57ecd2e89aa0a6391974..126823cc2fed035733a2c5a737701ba3eb3b3a0b 100644
(file)
--- a/
src/transport/transport_api.c
+++ b/
src/transport/transport_api.c
@@
-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.
*