aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
commit021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch)
tree703829ff172d75f5417e42041ed4694a53d10e71 /src/dht/gnunet-service-xdht.c
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
Diffstat (limited to 'src/dht/gnunet-service-xdht.c')
-rw-r--r--src/dht/gnunet-service-xdht.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dht/gnunet-service-xdht.c b/src/dht/gnunet-service-xdht.c
index 8a60a8d9d..e7b2c50c4 100644
--- a/src/dht/gnunet-service-xdht.c
+++ b/src/dht/gnunet-service-xdht.c
@@ -59,13 +59,6 @@ const struct GNUNET_CONFIGURATION_Handle *GDS_cfg;
59 */ 59 */
60extern unsigned int track_topology; 60extern unsigned int track_topology;
61 61
62#if ENABLE_MALICIOUS
63/**
64 * Should this peer act malicious?
65 */
66unsigned int malicious;
67#endif
68
69 62
70/** 63/**
71 * Task run during shutdown. 64 * Task run during shutdown.