aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-30 16:23:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-30 16:23:08 +0000
commitb3f4edfdee4d329661c74e5468aaea99f096fadb (patch)
tree51e10e569611c55a7dad3a04bda9907476fe13e5 /src/include/gnunet_transport_service.h
parentc3b56025c82ad6f22be85d2986081667d9a2eb92 (diff)
downloadgnunet-b3f4edfdee4d329661c74e5468aaea99f096fadb.tar.gz
gnunet-b3f4edfdee4d329661c74e5468aaea99f096fadb.zip
-indent
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index ec777e4ee..817d3a18f 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -198,6 +198,7 @@ GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle,
198void 198void
199GNUNET_TRANSPORT_try_connect_cancel (struct GNUNET_TRANSPORT_TryConnectHandle *tch); 199GNUNET_TRANSPORT_try_connect_cancel (struct GNUNET_TRANSPORT_TryConnectHandle *tch);
200 200
201
201/** 202/**
202 * Opaque handle for a transmission-ready request. 203 * Opaque handle for a transmission-ready request.
203 */ 204 */
@@ -304,11 +305,11 @@ GNUNET_TRANSPORT_check_neighbour_connected (struct GNUNET_TRANSPORT_Handle *hand
304 */ 305 */
305void 306void
306GNUNET_TRANSPORT_set_traffic_metric (struct GNUNET_TRANSPORT_Handle *handle, 307GNUNET_TRANSPORT_set_traffic_metric (struct GNUNET_TRANSPORT_Handle *handle,
307 const struct GNUNET_PeerIdentity *peer, 308 const struct GNUNET_PeerIdentity *peer,
308 int inbound, 309 int inbound,
309 int outbound, 310 int outbound,
310 const struct GNUNET_ATS_Information *ats, 311 const struct GNUNET_ATS_Information *ats,
311 size_t ats_count); 312 size_t ats_count);
312 313
313 314
314/** 315/**
@@ -364,6 +365,7 @@ GNUNET_TRANSPORT_offer_hello (struct GNUNET_TRANSPORT_Handle *handle,
364void 365void
365GNUNET_TRANSPORT_offer_hello_cancel (struct GNUNET_TRANSPORT_OfferHelloHandle *ohh); 366GNUNET_TRANSPORT_offer_hello_cancel (struct GNUNET_TRANSPORT_OfferHelloHandle *ohh);
366 367
368
367/** 369/**
368 * Handle to cancel a pending address lookup. 370 * Handle to cancel a pending address lookup.
369 */ 371 */