aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:49:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:49:23 +0000
commit9f36a60e41f9a5e7b3f2b2e71245955e390d125d (patch)
tree208e32d241b4b4df57b7f93563fbe792bb66d8f8 /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parent4616bf9d016bcfb319954e52b5d24fc93c3cf1b2 (diff)
downloadgnunet-9f36a60e41f9a5e7b3f2b2e71245955e390d125d.tar.gz
gnunet-9f36a60e41f9a5e7b3f2b2e71245955e390d125d.zip
fix core api changes
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index b7199637e..66e9b5c49 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -313,9 +313,7 @@ check_statistics (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
313 */ 313 */
314static int 314static int
315ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 315ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
316 const struct GNUNET_MessageHeader *message, 316 const struct GNUNET_MessageHeader *message)
317 const struct GNUNET_ATS_Information *atsi,
318 unsigned int atsi_count)
319{ 317{
320 char *hostname; 318 char *hostname;
321 char *expected_uri; 319 char *expected_uri;