aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.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/nse/gnunet-nse-profiler.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/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 8f3bc6db2..911143b5f 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -633,8 +633,9 @@ finish_round (void *cls,
633 close_monitor_connections (); 633 close_monitor_connections ();
634 stats_context = GNUNET_malloc (sizeof (struct StatsContext)); 634 stats_context = GNUNET_malloc (sizeof (struct StatsContext));
635 get_stats_op = 635 get_stats_op =
636 GNUNET_TESTBED_get_statistics (num_peers_in_round[current_round], 636 GNUNET_TESTBED_get_statistics (num_peers_in_round[current_round],
637 daemons, 637 daemons,
638 NULL, NULL,
638 &statistics_iterator, 639 &statistics_iterator,
639 &stats_finished_callback, 640 &stats_finished_callback,
640 stats_context); 641 stats_context);