aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-26 18:53:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-26 18:53:28 +0000
commit60ff113fe4e7bb71d5696063b9a9b81eba60a108 (patch)
tree8f3ed8cc47be49299a01d8ce1385f012bf19043b /src/dht/gnunet-service-dht_neighbours.c
parent808e4a55f8ac3516a766873502b9bb020ef3d066 (diff)
downloadgnunet-60ff113fe4e7bb71d5696063b9a9b81eba60a108.tar.gz
gnunet-60ff113fe4e7bb71d5696063b9a9b81eba60a108.zip
refactor DHT for new service API
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 683e0991a..39fb43495 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -39,7 +39,6 @@
39#include "gnunet_dht_service.h" 39#include "gnunet_dht_service.h"
40#include "gnunet_statistics_service.h" 40#include "gnunet_statistics_service.h"
41#include "gnunet-service-dht.h" 41#include "gnunet-service-dht.h"
42#include "gnunet-service-dht_clients.h"
43#include "gnunet-service-dht_datacache.h" 42#include "gnunet-service-dht_datacache.h"
44#include "gnunet-service-dht_hello.h" 43#include "gnunet-service-dht_hello.h"
45#include "gnunet-service-dht_neighbours.h" 44#include "gnunet-service-dht_neighbours.h"
@@ -1587,7 +1586,7 @@ core_init (void *cls,
1587 GNUNET_CRYPTO_hash (identity, 1586 GNUNET_CRYPTO_hash (identity,
1588 sizeof (struct GNUNET_PeerIdentity), 1587 sizeof (struct GNUNET_PeerIdentity),
1589 &my_identity_hash); 1588 &my_identity_hash);
1590 GDS_CLIENTS_init (); 1589 GNUNET_SERVICE_resume (GDS_service);
1591} 1590}
1592 1591
1593 1592