aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
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
parent9ab4762f15c31781e369db9d1358697f243ee650 (diff)
downloadgnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.tar.gz
gnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.zip
adding argument to GNUNET_CORE_connect -- not yet implemented
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c1
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index f41f0add0..8c3bb9be7 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -269,6 +269,7 @@ run (void *cls,
269 stats = GNUNET_STATISTICS_create ("hostlist", cfg); 269 stats = GNUNET_STATISTICS_create ("hostlist", cfg);
270 270
271 core = GNUNET_CORE_connect (cfg, 271 core = GNUNET_CORE_connect (cfg,
272 1,
272 GNUNET_TIME_UNIT_FOREVER_REL, 273 GNUNET_TIME_UNIT_FOREVER_REL,
273 NULL, 274 NULL,
274 &core_init, 275 &core_init,
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,