aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 20:58:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 20:58:31 +0000
commit44cb69974fb8fa57c4e367af070a6d7bfcda8d7d (patch)
tree785f65d08939f5cc84b0781e7529f029d7139309 /src/include/gnunet_transport_service.h
parent46c0b95062518dfb3212c6fac6641822d68a980b (diff)
downloadgnunet-44cb69974fb8fa57c4e367af070a6d7bfcda8d7d.tar.gz
gnunet-44cb69974fb8fa57c4e367af070a6d7bfcda8d7d.zip
move -C option from gnunet-transport to gnunet-ats; also, use blacklisting API to implement gnunet-transport -D
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index f3cbeb400..5acc2807c 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -190,6 +190,7 @@ typedef void
190 * @param cb_cls closure for the callback @a cb 190 * @param cb_cls closure for the callback @a cb
191 * @return a `struct GNUNET_TRANSPORT_TryConnectHandle` handle or 191 * @return a `struct GNUNET_TRANSPORT_TryConnectHandle` handle or
192 * NULL on failure (@a cb will not be called) 192 * NULL on failure (@a cb will not be called)
193 * @deprecated
193 */ 194 */
194struct GNUNET_TRANSPORT_TryConnectHandle * 195struct GNUNET_TRANSPORT_TryConnectHandle *
195GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle, 196GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle,
@@ -235,6 +236,7 @@ typedef void
235 * @param cb_cls closure for the callback @a cb 236 * @param cb_cls closure for the callback @a cb
236 * @return a `struct GNUNET_TRANSPORT_TryConnectHandle` handle or 237 * @return a `struct GNUNET_TRANSPORT_TryConnectHandle` handle or
237 * NULL on failure (@a cb will not be called) 238 * NULL on failure (@a cb will not be called)
239 * @deprecated use blacklisting API instead!
238 */ 240 */
239struct GNUNET_TRANSPORT_TryDisconnectHandle * 241struct GNUNET_TRANSPORT_TryDisconnectHandle *
240GNUNET_TRANSPORT_try_disconnect (struct GNUNET_TRANSPORT_Handle *handle, 242GNUNET_TRANSPORT_try_disconnect (struct GNUNET_TRANSPORT_Handle *handle,