aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_proportional.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 11:57:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 11:57:02 +0000
commita35ab677ed4396f271cfd3fea2051044a6a8b5d7 (patch)
treeeea1190ad0ee245375cf3fbf8f2589b4ebec0531 /src/ats/plugin_ats_proportional.c
parent9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4 (diff)
downloadgnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.tar.gz
gnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.zip
fixing doxygen
Diffstat (limited to 'src/ats/plugin_ats_proportional.c')
-rw-r--r--src/ats/plugin_ats_proportional.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index 5fc065cba..744602eb8 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -1122,7 +1122,6 @@ propagate_bandwidth (struct GAS_PROPORTIONAL_Handle *s,
1122 * 1122 *
1123 * @param s the solver handle 1123 * @param s the solver handle
1124 * @param n the network, can be NULL for all network 1124 * @param n the network, can be NULL for all network
1125 * @param address_except do not notify for this address
1126 */ 1125 */
1127static void 1126static void
1128distribute_bandwidth_in_network (struct GAS_PROPORTIONAL_Handle *s, 1127distribute_bandwidth_in_network (struct GAS_PROPORTIONAL_Handle *s,
@@ -1927,7 +1926,7 @@ GAS_proportional_address_add (void *solver,
1927/** 1926/**
1928 * Function invoked when the plugin is loaded. 1927 * Function invoked when the plugin is loaded.
1929 * 1928 *
1930 * @param cls[in,out] the `struct GNUNET_ATS_PluginEnvironment *` to use; 1929 * @param[in,out] cls the `struct GNUNET_ATS_PluginEnvironment *` to use;
1931 * modified to return the API functions (ugh). 1930 * modified to return the API functions (ugh).
1932 * @return the `struct GAS_PROPORTIONAL_Handle` to pass as a closure 1931 * @return the `struct GAS_PROPORTIONAL_Handle` to pass as a closure
1933 */ 1932 */