aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-04 09:03:42 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-04 09:03:42 +0000
commitae717329acf1b14a336589dba7c11de0ffdad5d2 (patch)
tree79d71777765cdf511344dc1e13ff766817325b0f /src
parentdb0eda7ee56d5c7a4bcbb3a1bf2edc60234b169c (diff)
downloadgnunet-ae717329acf1b14a336589dba7c11de0ffdad5d2.tar.gz
gnunet-ae717329acf1b14a336589dba7c11de0ffdad5d2.zip
doxygen
Diffstat (limited to 'src')
-rw-r--r--src/ats/libgnunet_plugin_ats_proportional.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ats/libgnunet_plugin_ats_proportional.c b/src/ats/libgnunet_plugin_ats_proportional.c
index 084e8cac0..c444adba4 100644
--- a/src/ats/libgnunet_plugin_ats_proportional.c
+++ b/src/ats/libgnunet_plugin_ats_proportional.c
@@ -799,7 +799,9 @@ find_best_address_it (void *cls,
799/** 799/**
800 * Distribibute bandwidth 800 * Distribibute bandwidth
801 * 801 *
802 * @param n the network, can be NULL for all networksa 802 * @param s the solver handle
803 * @param n the network, can be NULL for all network
804 * @param address_except do not notify for this address
803 */ 805 */
804 806
805static void distribute_bandwidth_in_network (struct GAS_PROPORTIONAL_Handle *s, 807static void distribute_bandwidth_in_network (struct GAS_PROPORTIONAL_Handle *s,