aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-05 14:43:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-05 14:43:13 +0000
commitdaaddaf0ccad48256ee4e9f4ded6b01b40bc84aa (patch)
treefe55651384cd73686e6bd00b39f9ec4bcafd8380 /src/ats
parentfd0d9980897919b32209d1524ebdc497174a3043 (diff)
downloadgnunet-daaddaf0ccad48256ee4e9f4ded6b01b40bc84aa.tar.gz
gnunet-daaddaf0ccad48256ee4e9f4ded6b01b40bc84aa.zip
doxygen
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_addresses.c8
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.c1
-rw-r--r--src/ats/gnunet-service-ats_addresses_simplistic.c4
-rw-r--r--src/ats/gnunet-service-ats_addresses_simplistic.h4
4 files changed, 9 insertions, 8 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.c b/src/ats/gnunet-service-ats_addresses.c
index 8eb86ac11..4663c4c7b 100644
--- a/src/ats/gnunet-service-ats_addresses.c
+++ b/src/ats/gnunet-service-ats_addresses.c
@@ -374,12 +374,12 @@ struct GAS_Addresses_Handle
374 * 374 *
375 * Updates existing information and adds new information 375 * Updates existing information and adds new information
376 * 376 *
377 * @param src source ATS information 377 * @param dest destination address
378 * @param ats_count number of ATS information 378 * @param update source ATS information
379 * @param delta ats performance information which were updated 379 * @param update_count number of ATS information
380 * @param delta_dest ats performance information which were updated
380 * including previous value 381 * including previous value
381 * @param delta_count number of ATS information in the delta 382 * @param delta_count number of ATS information in the delta
382 * @param dest destination address
383 * @return GNUNET_YES if address was address updated, GNUNET_NO otherwise 383 * @return GNUNET_YES if address was address updated, GNUNET_NO otherwise
384 */ 384 */
385static unsigned int 385static unsigned int
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.c b/src/ats/gnunet-service-ats_addresses_mlp.c
index dfede6c9b..b14a7af95 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.c
+++ b/src/ats/gnunet-service-ats_addresses_mlp.c
@@ -1040,6 +1040,7 @@ GAS_mlp_solve_problem (void *solver, struct GNUNET_CONTAINER_MultiHashMap * addr
1040 * 1040 *
1041 * @param solver the solver Handle 1041 * @param solver the solver Handle
1042 * @param addresses the address hashmap containing all addresses 1042 * @param addresses the address hashmap containing all addresses
1043 * @param address the address to add
1043 * @param network network type of this address 1044 * @param network network type of this address
1044 */ 1045 */
1045void 1046void
diff --git a/src/ats/gnunet-service-ats_addresses_simplistic.c b/src/ats/gnunet-service-ats_addresses_simplistic.c
index 598c8ee20..de5bcfd0a 100644
--- a/src/ats/gnunet-service-ats_addresses_simplistic.c
+++ b/src/ats/gnunet-service-ats_addresses_simplistic.c
@@ -928,8 +928,8 @@ find_network (struct GAS_SIMPLISTIC_Handle *s, uint32_t type)
928 * @param address the update address 928 * @param address the update address
929 * @param session the new session (if changed otherwise current) 929 * @param session the new session (if changed otherwise current)
930 * @param in_use the new address in use state (if changed otherwise current) 930 * @param in_use the new address in use state (if changed otherwise current)
931 * @param atsi the latest ATS information 931 * @param prev_ats the latest ATS information
932 * @param atsi_count the atsi count 932 * @param prev_atsi_count the atsi count
933 */ 933 */
934void 934void
935GAS_simplistic_address_update (void *solver, 935GAS_simplistic_address_update (void *solver,
diff --git a/src/ats/gnunet-service-ats_addresses_simplistic.h b/src/ats/gnunet-service-ats_addresses_simplistic.h
index a97351efa..98d28999f 100644
--- a/src/ats/gnunet-service-ats_addresses_simplistic.h
+++ b/src/ats/gnunet-service-ats_addresses_simplistic.h
@@ -102,8 +102,8 @@ GAS_simplistic_address_add (void *solver,
102 * @param address the update address 102 * @param address the update address
103 * @param session the new session (if changed otherwise current) 103 * @param session the new session (if changed otherwise current)
104 * @param in_use the new address in use state (if changed otherwise current) 104 * @param in_use the new address in use state (if changed otherwise current)
105 * @param atsi the latest ATS information 105 * @param prev_ats the latest ATS information
106 * @param atsi_count the atsi count 106 * @param prev_atsi_count the atsi count
107 */ 107 */
108void 108void
109GAS_simplistic_address_update (void *solver, 109GAS_simplistic_address_update (void *solver,