aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-07-17 13:26:36 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-07-17 13:26:36 +0000
commita7b63b4f0ba0ed24a1c2973644ae78bc3ce72719 (patch)
tree1df70ba169ad5ec48544239cc7b7822092427b9f /src/ats
parent3685629253bb94994449f56871252af24a91b6e7 (diff)
downloadgnunet-a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719.tar.gz
gnunet-a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719.zip
-doxygen
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c4
-rw-r--r--src/ats/gnunet-service-ats_performance.c2
-rw-r--r--src/ats/gnunet-service-ats_preferences.c3
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c1
4 files changed, 4 insertions, 6 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index 60827e174..7edc39e38 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -424,7 +424,7 @@ handle_reservation_result (void *cls,
424 * We received a PeerInformationMessage. Validate it. 424 * We received a PeerInformationMessage. Validate it.
425 * 425 *
426 * @param cls our context with the callback 426 * @param cls our context with the callback
427 * @param msg the message 427 * @param pi the message
428 * @return #GNUNET_OK if the message was well-formed 428 * @return #GNUNET_OK if the message was well-formed
429 */ 429 */
430static int 430static int
@@ -456,7 +456,7 @@ check_address_list (void *cls,
456 * Process it. 456 * Process it.
457 * 457 *
458 * @param cls our context with the callback 458 * @param cls our context with the callback
459 * @param msg the message 459 * @param pi the message
460 */ 460 */
461static void 461static void
462handle_address_list (void *cls, 462handle_address_list (void *cls,
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 83a458018..8702716f9 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -48,7 +48,7 @@ static struct GNUNET_SERVER_NotificationContext *nc_pic;
48 * Transmit the given performance information to all performance 48 * Transmit the given performance information to all performance
49 * clients. 49 * clients.
50 * 50 *
51 * @param pc client to send to, NULL for all 51 * @param client client to send to, NULL for all
52 * @param peer peer for which this is an address suggestion 52 * @param peer peer for which this is an address suggestion
53 * @param plugin_name 0-termintated string specifying the transport plugin 53 * @param plugin_name 0-termintated string specifying the transport plugin
54 * @param plugin_addr binary address for the plugin to use 54 * @param plugin_addr binary address for the plugin to use
diff --git a/src/ats/gnunet-service-ats_preferences.c b/src/ats/gnunet-service-ats_preferences.c
index c835b026b..64779bbca 100644
--- a/src/ats/gnunet-service-ats_preferences.c
+++ b/src/ats/gnunet-service-ats_preferences.c
@@ -218,7 +218,6 @@ sum_relative_preferences (void *cls,
218 * 218 *
219 * @param id peer id of the peer for which we should do the update 219 * @param id peer id of the peer for which we should do the update
220 * @param kind the kind of preference value to update 220 * @param kind the kind of preference value to update
221 * @param rp the relative peer struct where we store the global result
222 * @return the new relative preference 221 * @return the new relative preference
223 */ 222 */
224static void 223static void
@@ -526,7 +525,7 @@ recalculate_relative_preferences (struct PreferenceClient *c,
526 * changed, update the global preferences for the given 525 * changed, update the global preferences for the given
527 * peer and notify the plugin. 526 * peer and notify the plugin.
528 * 527 *
529 * @param value the kind of preference to calculate the 528 * @param cls the kind of preference to calculate the
530 * new global relative preference values for 529 * new global relative preference values for
531 * @param key the peer to update relative preference values for 530 * @param key the peer to update relative preference values for
532 * @param value a `struct PeerRelative`, unused 531 * @param value a `struct PeerRelative`, unused
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index 45cd0dec1..f19370f7a 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -260,7 +260,6 @@ GAS_handle_address_destroyed (void *cls,
260 * Initialize scheduling subsystem. 260 * Initialize scheduling subsystem.
261 * 261 *
262 * @param server handle to our server 262 * @param server handle to our server
263 * @param ah the address handle to use
264 */ 263 */
265void 264void
266GAS_scheduling_init (struct GNUNET_SERVER_Handle *server) 265GAS_scheduling_init (struct GNUNET_SERVER_Handle *server)