aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.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/gnunet-daemon-hostlist.c
parent9ab4762f15c31781e369db9d1358697f243ee650 (diff)
downloadgnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.tar.gz
gnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.zip
adding argument to GNUNET_CORE_connect -- not yet implemented
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c1
1 files changed, 1 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,