aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
commitac2de52a5de68f6f4f13b7aa01a481869fffc6aa (patch)
tree856c9f0b2f55f8cae99f3c7b3bf22beaecbf58da /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parentc1a3c11f8665432d9db6d549c28c0329668e66af (diff)
downloadgnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.tar.gz
gnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.zip
hacks from trip
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 96390373f..d1a04ffe8 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -383,13 +383,13 @@ setup_learn_peer (struct PeerContext *p, const char *cfgname)
383 if ( NULL != filename) GNUNET_free ( filename ); 383 if ( NULL != filename) GNUNET_free ( filename );
384 384
385 p->core = GNUNET_CORE_connect (sched, p->cfg, 385 p->core = GNUNET_CORE_connect (sched, p->cfg,
386 GNUNET_TIME_UNIT_FOREVER_REL, 386 GNUNET_TIME_UNIT_FOREVER_REL,
387 NULL, 387 NULL,
388 NULL, 388 NULL,
389 NULL, NULL, 389 NULL, NULL, NULL,
390 NULL, GNUNET_NO, 390 NULL, GNUNET_NO,
391 NULL, GNUNET_NO, 391 NULL, GNUNET_NO,
392 learn_handlers ); 392 learn_handlers );
393 GNUNET_assert ( NULL != p->core ); 393 GNUNET_assert ( NULL != p->core );
394 p->stats = GNUNET_STATISTICS_create (sched, "hostlist", p->cfg); 394 p->stats = GNUNET_STATISTICS_create (sched, "hostlist", p->cfg);
395 GNUNET_assert ( NULL != p->stats ); 395 GNUNET_assert ( NULL != p->stats );