aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_statistics.c
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/testbed/test_testbed_api_statistics.c
parentfec18deaff1382f2fc7598cb4a5c87865447ddda (diff)
downloadgnunet-0fb46b5b17698fb04373e55e4130f0635b1bcccc.tar.gz
gnunet-0fb46b5b17698fb04373e55e4130f0635b1bcccc.zip
- allow getting statistics of a particular subsystem and name in testbed
Diffstat (limited to 'src/testbed/test_testbed_api_statistics.c')
-rw-r--r--src/testbed/test_testbed_api_statistics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_statistics.c b/src/testbed/test_testbed_api_statistics.c
index 7d8761532..619719207 100644
--- a/src/testbed/test_testbed_api_statistics.c
+++ b/src/testbed/test_testbed_api_statistics.c
@@ -160,6 +160,7 @@ test_master (void *cls, unsigned int num_peers,
160 FAIL_TEST (NUM_PEERS == num_peers, return); 160 FAIL_TEST (NUM_PEERS == num_peers, return);
161 peers = peers_; 161 peers = peers_;
162 op = GNUNET_TESTBED_get_statistics (num_peers, peers, 162 op = GNUNET_TESTBED_get_statistics (num_peers, peers,
163 NULL, NULL,
163 &stats_iterator, 164 &stats_iterator,
164 &op_comp_cb, 165 &op_comp_cb,
165 dummy_cls); 166 dummy_cls);