aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
commit7ae3bcd234e062c28f66db9758f61af401d0a707 (patch)
treeadb1da7611b0afd6ff0fa094a6f6bc7ebabd174e /src/dht
parent006eb1c4f3307fe89c786c2f1ac866611e33d3cd (diff)
downloadgnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.tar.gz
gnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.zip
-simplifying core API (#2400)
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 083b49923..dc91ac32d 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -1980,7 +1980,7 @@ GDS_NEIGHBOURS_init ()
1980 bucket_size = (unsigned int) temp_config_num; 1980 bucket_size = (unsigned int) temp_config_num;
1981 atsAPI = GNUNET_ATS_performance_init (GDS_cfg, NULL, NULL); 1981 atsAPI = GNUNET_ATS_performance_init (GDS_cfg, NULL, NULL);
1982 coreAPI = 1982 coreAPI =
1983 GNUNET_CORE_connect (GDS_cfg, 1, NULL, &core_init, &handle_core_connect, 1983 GNUNET_CORE_connect (GDS_cfg, NULL, &core_init, &handle_core_connect,
1984 &handle_core_disconnect, NULL, GNUNET_NO, NULL, 1984 &handle_core_disconnect, NULL, GNUNET_NO, NULL,
1985 GNUNET_NO, core_handlers); 1985 GNUNET_NO, core_handlers);
1986 if (coreAPI == NULL) 1986 if (coreAPI == NULL)