aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.c')
-rw-r--r--src/hostlist/hostlist-server.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 1c85f8f75..95272a555 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -376,15 +376,13 @@ adv_transmit_ready ( void *cls, size_t size, void *buf)
376 * 376 *
377 * @param cls closure 377 * @param cls closure
378 * @param peer peer identity this notification is about 378 * @param peer peer identity this notification is about
379 * @param latency reported latency of the connection with 'other' 379 * @param atsi performance data
380 * @param distance reported distance (DV) to 'other'
381 */ 380 */
382static void 381static void
383connect_handler (void *cls, 382connect_handler (void *cls,
384 const struct 383 const struct
385 GNUNET_PeerIdentity * peer, 384 GNUNET_PeerIdentity * peer,
386 struct GNUNET_TIME_Relative latency, 385 const struct GNUNET_TRANSPORT_ATS_Information *atsi)
387 uint32_t distance)
388{ 386{
389 size_t size; 387 size_t size;
390 388