aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-26 16:39:54 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-26 16:39:54 +0000
commit0fb46b5b17698fb04373e55e4130f0635b1bcccc (patch)
treee9b6de3f7cb51ee96d6f9119698ff7863e54ae2e /src/dht
parentfec18deaff1382f2fc7598cb4a5c87865447ddda (diff)
downloadgnunet-0fb46b5b17698fb04373e55e4130f0635b1bcccc.tar.gz
gnunet-0fb46b5b17698fb04373e55e4130f0635b1bcccc.zip
- allow getting statistics of a particular subsystem and name in testbed
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_topo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index c9036d2c1..1ab580d5b 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -239,6 +239,7 @@ shutdown_task (void *cls,
239 } 239 }
240 (void) GNUNET_TESTBED_get_statistics (NUM_PEERS, 240 (void) GNUNET_TESTBED_get_statistics (NUM_PEERS,
241 my_peers, 241 my_peers,
242 NULL, NULL,
242 &handle_stats, 243 &handle_stats,
243 &stats_finished, 244 &stats_finished,
244 ctx); 245 ctx);