aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
parent9ab4762f15c31781e369db9d1358697f243ee650 (diff)
downloadgnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.tar.gz
gnunet-1b18069ef2567ffe0994c799d1d179329d629ca9.zip
adding argument to GNUNET_CORE_connect -- not yet implemented
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index b8bad46a6..49f460658 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1378,6 +1378,7 @@ run (void *cls,
1378 NULL, 1378 NULL,
1379 NULL); 1379 NULL);
1380 handle = GNUNET_CORE_connect (cfg, 1380 handle = GNUNET_CORE_connect (cfg,
1381 1,
1381 GNUNET_TIME_UNIT_FOREVER_REL, 1382 GNUNET_TIME_UNIT_FOREVER_REL,
1382 NULL, 1383 NULL,
1383 &core_init, 1384 &core_init,