aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats-solver_proportional.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-05 14:00:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-05 14:00:50 +0000
commit5c7e09ae41cc0b52640d8a5f6e2dd58a9c4b232d (patch)
treec43c1c56029899e7c8ccd16e68e3c97ef08ca8b0 /src/ats/gnunet-service-ats-solver_proportional.c
parent7de61257214260f334e04007351c215c2d25622d (diff)
downloadgnunet-5c7e09ae41cc0b52640d8a5f6e2dd58a9c4b232d.tar.gz
gnunet-5c7e09ae41cc0b52640d8a5f6e2dd58a9c4b232d.zip
doxygen documentation
Diffstat (limited to 'src/ats/gnunet-service-ats-solver_proportional.c')
-rw-r--r--src/ats/gnunet-service-ats-solver_proportional.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats-solver_proportional.c b/src/ats/gnunet-service-ats-solver_proportional.c
index d248638ca..4fe5b3559 100644
--- a/src/ats/gnunet-service-ats-solver_proportional.c
+++ b/src/ats/gnunet-service-ats-solver_proportional.c
@@ -888,7 +888,6 @@ GAS_proportional_address_change_preference (void *solver,
888 * Get the preferred address for a specific peer 888 * Get the preferred address for a specific peer
889 * 889 *
890 * @param solver the solver handle 890 * @param solver the solver handle
891 * @param addresses the address hashmap containing all addresses
892 * @param peer the identity of the peer 891 * @param peer the identity of the peer
893 */ 892 */
894const struct ATS_Address * 893const struct ATS_Address *
@@ -970,7 +969,6 @@ GAS_proportional_get_preferred_address (void *solver,
970 * Stop notifying about address and bandwidth changes for this peer 969 * Stop notifying about address and bandwidth changes for this peer
971 * 970 *
972 * @param solver the solver handle 971 * @param solver the solver handle
973 * @param addresses address hashmap
974 * @param peer the peer 972 * @param peer the peer
975 */ 973 */
976void 974void
@@ -985,7 +983,6 @@ GAS_proportional_stop_get_preferred_address (void *solver,
985 * Remove an address from the solver 983 * Remove an address from the solver
986 * 984 *
987 * @param solver the solver handle 985 * @param solver the solver handle
988 * @param addresses the address hashmap containing all addresses
989 * @param address the address to remove 986 * @param address the address to remove
990 * @param session_only delete only session not whole address 987 * @param session_only delete only session not whole address
991 */ 988 */
@@ -1251,7 +1248,6 @@ GAS_proportional_address_change_network (void *solver,
1251 * Add a new single address to a network 1248 * Add a new single address to a network
1252 * 1249 *
1253 * @param solver the solver Handle 1250 * @param solver the solver Handle
1254 * @param addresses the address hashmap containing all addresses
1255 * @param address the address to add 1251 * @param address the address to add
1256 * @param network network type of this address 1252 * @param network network type of this address
1257 */ 1253 */
@@ -1310,6 +1306,8 @@ GAS_proportional_address_add (void *solver,
1310 * @param bw_changed_cb_cls cls for callback 1306 * @param bw_changed_cb_cls cls for callback
1311 * @param get_preference callback to get relative preferences for a peer 1307 * @param get_preference callback to get relative preferences for a peer
1312 * @param get_preference_cls cls for callback to get relative preferences 1308 * @param get_preference_cls cls for callback to get relative preferences
1309 * @param get_properties for callback to get relative properties
1310 * @param get_properties_cls cls for callback to get relative properties
1313 * @return handle for the solver on success, NULL on fail 1311 * @return handle for the solver on success, NULL on fail
1314 */ 1312 */
1315void * 1313void *