aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index b727b4f9a..acbaabafc 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -18,10 +18,15 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20/** 20/**
21 * @file include/gnunet_ats_service.h 21 * @file
22 * @brief automatic transport selection and outbound bandwidth determination 22 * Automatic transport selection and outbound bandwidth determination
23 *
23 * @author Christian Grothoff 24 * @author Christian Grothoff
24 * @author Matthias Wachs 25 * @author Matthias Wachs
26 *
27 * @defgroup ats ATS service
28 * Automatic transport selection and outbound bandwidth determination
29 * @{
25 */ 30 */
26#ifndef GNUNET_ATS_SERVICE_H 31#ifndef GNUNET_ATS_SERVICE_H
27#define GNUNET_ATS_SERVICE_H 32#define GNUNET_ATS_SERVICE_H
@@ -695,5 +700,7 @@ GNUNET_ATS_performance_give_feedback (struct GNUNET_ATS_PerformanceHandle *ph,
695 const struct GNUNET_TIME_Relative scope, 700 const struct GNUNET_TIME_Relative scope,
696 ...); 701 ...);
697 702
703/** @} */ /* end of group */
704
698#endif 705#endif
699/* end of file gnunet-service-transport_ats.h */ 706/* end of file gnunet-service-transport_ats.h */