aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_address_lookup.c')
-rw-r--r--src/transport/transport_api_address_lookup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport_api_address_lookup.c b/src/transport/transport_api_address_lookup.c
index 9c1301ed2..515be9bf8 100644
--- a/src/transport/transport_api_address_lookup.c
+++ b/src/transport/transport_api_address_lookup.c
@@ -70,7 +70,7 @@ struct GNUNET_TRANSPORT_PeerIterateContext
70 * Backoff for reconnect. 70 * Backoff for reconnect.
71 */ 71 */
72 struct GNUNET_TIME_Relative backoff; 72 struct GNUNET_TIME_Relative backoff;
73 73
74 /** 74 /**
75 * Task ID for reconnect. 75 * Task ID for reconnect.
76 */ 76 */
@@ -116,7 +116,7 @@ send_request (struct GNUNET_TRANSPORT_PeerIterateContext *pal_ctx)
116 msg.timeout = GNUNET_TIME_absolute_hton (pal_ctx->timeout); 116 msg.timeout = GNUNET_TIME_absolute_hton (pal_ctx->timeout);
117 msg.peer = pal_ctx->peer; 117 msg.peer = pal_ctx->peer;
118 GNUNET_assert (GNUNET_OK == 118 GNUNET_assert (GNUNET_OK ==
119 GNUNET_CLIENT_transmit_and_get_response (pal_ctx->client, 119 GNUNET_CLIENT_transmit_and_get_response (pal_ctx->client,
120 &msg.header, 120 &msg.header,
121 GNUNET_TIME_absolute_get_remaining (pal_ctx->timeout), 121 GNUNET_TIME_absolute_get_remaining (pal_ctx->timeout),
122 GNUNET_YES, 122 GNUNET_YES,
@@ -126,7 +126,7 @@ send_request (struct GNUNET_TRANSPORT_PeerIterateContext *pal_ctx)
126 126
127/** 127/**
128 * Task run to re-establish the connection. 128 * Task run to re-establish the connection.
129 * 129 *
130 * @param cls our 'struct GNUNET_TRANSPORT_PeerAddressLookupContext*' 130 * @param cls our 'struct GNUNET_TRANSPORT_PeerAddressLookupContext*'
131 * @param tc scheduler context, unused 131 * @param tc scheduler context, unused
132 */ 132 */
@@ -329,7 +329,7 @@ GNUNET_TRANSPORT_peer_get_active_addresses (const struct
329 pal_ctx->timeout = GNUNET_TIME_relative_to_absolute (timeout); 329 pal_ctx->timeout = GNUNET_TIME_relative_to_absolute (timeout);
330 if (NULL != peer) 330 if (NULL != peer)
331 pal_ctx->peer = *peer; 331 pal_ctx->peer = *peer;
332 pal_ctx->one_shot = one_shot; 332 pal_ctx->one_shot = one_shot;
333 pal_ctx->client = client; 333 pal_ctx->client = client;
334 send_request (pal_ctx); 334 send_request (pal_ctx);
335 335