aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-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/fs/gnunet-fs-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/fs/gnunet-fs-profiler.c')
-rw-r--r--src/fs/gnunet-fs-profiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c
index 7a0b7e804..aeb84315a 100644
--- a/src/fs/gnunet-fs-profiler.c
+++ b/src/fs/gnunet-fs-profiler.c
@@ -117,6 +117,7 @@ terminate_task (void *cls,
117{ 117{
118 terminate_taskid = GNUNET_SCHEDULER_NO_TASK; 118 terminate_taskid = GNUNET_SCHEDULER_NO_TASK;
119 GNUNET_TESTBED_get_statistics (0, NULL, 119 GNUNET_TESTBED_get_statistics (0, NULL,
120 NULL, NULL,
120 &process_stats, 121 &process_stats,
121 &shutdown_task, 122 &shutdown_task,
122 NULL); 123 NULL);