aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-03 22:15:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-03 22:15:25 +0000
commit3439e5f4f084a8d22124d6d02fcc8199ac06ba7d (patch)
tree78055229755a6dbd7cfbc56b921b7434c5f9a539 /src/transport/transport_api.c
parent2d6e9a9f1135bf0c673cb0de48c9bcad1a065993 (diff)
downloadgnunet-3439e5f4f084a8d22124d6d02fcc8199ac06ba7d.tar.gz
gnunet-3439e5f4f084a8d22124d6d02fcc8199ac06ba7d.zip
stuff
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index d2e90d726..126823cc2 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -978,6 +978,23 @@ GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle,
978 978
979 979
980/** 980/**
981 * Ask the transport service to establish a connection to
982 * the given peer.
983 *
984 * @param handle connection to transport service
985 * @param target who we should try to connect to
986 */
987void
988GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle,
989 const struct GNUNET_PeerIdentity *target)
990{
991 /* old API does nothing */
992}
993
994
995
996
997/**
981 * Obtain the HELLO message for this peer. 998 * Obtain the HELLO message for this peer.
982 * 999 *
983 * @param handle connection to transport service 1000 * @param handle connection to transport service