aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-11 11:05:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-11 11:05:29 +0000
commit1b18069ef2567ffe0994c799d1d179329d629ca9 (patch)
tree187639305dfb68861d7391648a3ae33329e2a6ad /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parent9ab4762f15c31781e369db9d1358697f243ee650 (diff)
downloadgnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.tar.gz
gnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.zip
adding argument to GNUNET_CORE_connect -- not yet implemented
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 7e2e2ac9e..d64fdf587 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -370,6 +370,7 @@ setup_learn_peer (struct PeerContext *p, const char *cfgname)
370 if ( NULL != filename) GNUNET_free ( filename ); 370 if ( NULL != filename) GNUNET_free ( filename );
371 371
372 p->core = GNUNET_CORE_connect (p->cfg, 372 p->core = GNUNET_CORE_connect (p->cfg,
373 1,
373 GNUNET_TIME_UNIT_FOREVER_REL, 374 GNUNET_TIME_UNIT_FOREVER_REL,
374 NULL, 375 NULL,
375 NULL, 376 NULL,