aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
commitf1dc3e85bc6ff5633b88da121cde855c5874f986 (patch)
tree9a417ddfea3688eb8cf3d32c96465c83ebd05696 /src/ats/ats_api_performance.c
parentb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (diff)
downloadgnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.tar.gz
gnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.zip
doxygen
Diffstat (limited to 'src/ats/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index 038a349aa..ec0b52fe1 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -784,10 +784,7 @@ GNUNET_ATS_performance_monitor_start (struct GNUNET_ATS_PerformanceHandle * ph,
784/** 784/**
785 * Stop monitoring performance information 785 * Stop monitoring performance information
786 * 786 *
787 * @param ph performance handle to use 787 * @param phm performance monitor handle to use
788 * @param monitor_cb function to call on performance changes
789 * @param monitor_cb_cls closure for infocb
790 * @return a performance monitor handle
791 */ 788 */
792void 789void
793GNUNET_ATS_performance_monitor_stop (struct GNUNET_ATS_PerformanceMonitorHandle * phm) 790GNUNET_ATS_performance_monitor_stop (struct GNUNET_ATS_PerformanceMonitorHandle * phm)