aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 3d5d8786c..f6474a37e 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -107,18 +107,12 @@ static GNUNET_SCHEDULER_TaskIdentifier shutdown_handle;
107 107
108static char *topology_file; 108static char *topology_file;
109 109
110static struct GNUNET_TESTING_Daemon *d1;
111
112static struct GNUNET_TESTING_Daemon *d2;
113
114static struct GNUNET_DHT_Handle **hs; 110static struct GNUNET_DHT_Handle **hs;
115 111
116static struct GNUNET_DHT_MonitorHandle **mhs; 112static struct GNUNET_DHT_MonitorHandle **mhs;
117 113
118static struct GNUNET_DHT_GetHandle *get_h_far; 114static struct GNUNET_DHT_GetHandle *get_h_far;
119 115
120static const char *id_origin = "FC74";
121
122static const char *id_far = "2UVH"; 116static const char *id_far = "2UVH";
123 117
124static struct GNUNET_TESTING_Daemon *d_far; 118static struct GNUNET_TESTING_Daemon *d_far;