aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-06-19 04:21:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-06-19 04:21:51 +0000
commit4c385751ebc2918e91726ed3871bbf38d06271de (patch)
tree2673dba0002dc806bf83d62da0305b8d5812a221 /src/ats/gnunet-service-ats_normalization.h
parente30ce44b5875645fbaef8af15950d2418b4bae4f (diff)
downloadgnunet-4c385751ebc2918e91726ed3871bbf38d06271de.tar.gz
gnunet-4c385751ebc2918e91726ed3871bbf38d06271de.zip
doxygen fixes
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index e815504a9..ff94138e6 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -49,14 +49,14 @@ typedef void
49const double * 49const double *
50GAS_normalization_get_preferences (struct GNUNET_PeerIdentity *id); 50GAS_normalization_get_preferences (struct GNUNET_PeerIdentity *id);
51 51
52
52/** 53/**
53 * Changes the preferences for a peer in the problem 54 * Normalize an updated preference value
54 * 55 *
55 * @param solver the solver handle 56 * @param src the client with this preference
56 * @param client the client with this preference
57 * @param peer the peer to change the preference for 57 * @param peer the peer to change the preference for
58 * @param kind the kind to change the preference 58 * @param kind the kind to change the preference
59 * @param score the normalized score 59 * @param score_abs the normalized score
60 */ 60 */
61float 61float
62GAS_normalization_change_preference (void *src, 62GAS_normalization_change_preference (void *src,