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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index fb4c1b1b9..a6d9c126c 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -362,10 +362,12 @@ adv_transmit_ready (void *cls, size_t size, void *buf)
362 * @param cls closure 362 * @param cls closure
363 * @param peer peer identity this notification is about 363 * @param peer peer identity this notification is about
364 * @param atsi performance data 364 * @param atsi performance data
365 * @param atsi_count number of records in 'atsi'
365 */ 366 */
366static void 367static void
367connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 368connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
368 const struct GNUNET_ATS_Information *atsi) 369 const struct GNUNET_ATS_Information *atsi,
370 unsigned int atsi_count)
369{ 371{
370 size_t size; 372 size_t size;
371 373