aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.c
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/gnunet-service-ats_preferences.c
parent3685629253bb94994449f56871252af24a91b6e7 (diff)
downloadgnunet-a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719.tar.gz
gnunet-a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719.zip
-doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.c')
-rw-r--r--src/ats/gnunet-service-ats_preferences.c3
1 files changed, 1 insertions, 2 deletions
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