aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
commit7860a8fa9e6cca9f59efbfee307a01545578f59f (patch)
tree5b67fbd18646dfa9d4ae472d6a995e86c384b5e7 /src/ats
parent26482491f9faa76ae8b98e27694c14d5140c1e69 (diff)
downloadgnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.tar.gz
gnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.zip
-doxygen fixes
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c2
-rw-r--r--src/ats/gnunet-service-ats_math.c6
-rw-r--r--src/ats/gnunet-service-ats_math.h6
-rw-r--r--src/ats/gnunet-service-ats_performance.c1
-rw-r--r--src/ats/gnunet-service-ats_performance.h2
5 files changed, 8 insertions, 9 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index 8ac88ec63..f85d800e4 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -193,7 +193,7 @@ reconnect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
193 * Transmit messages from the message queue to the service 193 * Transmit messages from the message queue to the service
194 * (if there are any, and if we are not already trying). 194 * (if there are any, and if we are not already trying).
195 * 195 *
196 * @param sh handle to use 196 * @param ph handle to use
197 */ 197 */
198static void 198static void
199do_transmit (struct GNUNET_ATS_PerformanceHandle *ph); 199do_transmit (struct GNUNET_ATS_PerformanceHandle *ph);
diff --git a/src/ats/gnunet-service-ats_math.c b/src/ats/gnunet-service-ats_math.c
index 8d25e25c6..c5e68b153 100644
--- a/src/ats/gnunet-service-ats_math.c
+++ b/src/ats/gnunet-service-ats_math.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/gnunet-service-transport_ats.c 22 * @file transport/gnunet-service-transport_math.c
23 * @brief automatic transport selection 23 * @brief automatic transport selection, LP code
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 * 25 *
26 */ 26 */
@@ -506,10 +506,8 @@ _dummy2 ()
506 506
507/** 507/**
508 * Initialize ATS 508 * Initialize ATS
509 * @param cfg configuration handle to retrieve configuration (to be removed)
510 * @return 509 * @return
511 */ 510 */
512
513struct ATS_Handle * 511struct ATS_Handle *
514ats_init (double D, double U, double R, int v_b_min, int v_n_min, 512ats_init (double D, double U, double R, int v_b_min, int v_n_min,
515 int max_iterations, struct GNUNET_TIME_Relative max_duration, 513 int max_iterations, struct GNUNET_TIME_Relative max_duration,
diff --git a/src/ats/gnunet-service-ats_math.h b/src/ats/gnunet-service-ats_math.h
index 0ec85f3f0..9ce9dd2cf 100644
--- a/src/ats/gnunet-service-ats_math.h
+++ b/src/ats/gnunet-service-ats_math.h
@@ -19,12 +19,12 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/gnunet-service-transport_ats.h 22 * @file transport/gnunet-service-ats_math.h
23 * @brief common internal definitions for transport service's ats code 23 * @brief common internal definitions for transport service's ats code
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 */ 25 */
26#ifndef GNUNET_SERVICE_TRANSPORT_ATS_H 26#ifndef GNUNET_SERVICE_TRANSPORT_MATH_H
27#define GNUNET_SERVICE_TRANSPORT_ATS_H 27#define GNUNET_SERVICE_TRANSPORT_MATH_H
28 28
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_constants.h" 30#include "gnunet_constants.h"
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 4b8d23720..b12765620 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -98,6 +98,7 @@ find_client (struct GNUNET_SERVER_Client *client)
98 * Register a new performance client. 98 * Register a new performance client.
99 * 99 *
100 * @param client handle of the new client 100 * @param client handle of the new client
101 * @param flag flag specifying the type of the client
101 */ 102 */
102void 103void
103GAS_performance_add_client (struct GNUNET_SERVER_Client *client, 104GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 44d02452b..75d555a6c 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -35,7 +35,7 @@
35 * Register a new performance client. 35 * Register a new performance client.
36 * 36 *
37 * @param client handle of the new client 37 * @param client handle of the new client
38 * @param flag options for the client 38 * @param flag flag specifying the type of the client
39 */ 39 */
40void 40void
41GAS_performance_add_client (struct GNUNET_SERVER_Client *client, 41GAS_performance_add_client (struct GNUNET_SERVER_Client *client,