aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 1cc5836af..1f3ad2a7c 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1110,7 +1110,7 @@ task_hostlist_saving (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1110 */ 1110 */
1111static void 1111static void
1112handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 1112handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
1113 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1113 const struct GNUNET_ATS_Information *atsi)
1114{ 1114{
1115 GNUNET_assert (stat_connection_count < UINT_MAX); 1115 GNUNET_assert (stat_connection_count < UINT_MAX);
1116 stat_connection_count++; 1116 stat_connection_count++;
@@ -1148,7 +1148,7 @@ handler_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
1148static int 1148static int
1149handler_advertisement (void *cls, const struct GNUNET_PeerIdentity *peer, 1149handler_advertisement (void *cls, const struct GNUNET_PeerIdentity *peer,
1150 const struct GNUNET_MessageHeader *message, 1150 const struct GNUNET_MessageHeader *message,
1151 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1151 const struct GNUNET_ATS_Information *atsi)
1152{ 1152{
1153 size_t size; 1153 size_t size;
1154 size_t uri_size; 1154 size_t uri_size;