aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
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/gnunet-service-ats_normalization.h
parent9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4 (diff)
downloadgnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.tar.gz
gnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.zip
fixing doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index a82d66f46..bba0ab304 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -87,16 +87,16 @@ GAS_normalization_get_preferences_by_client (const void *client,
87/** 87/**
88 * Normalize an updated preference value 88 * Normalize an updated preference value
89 * 89 *
90 * @param src the client with this preference 90 * @param client the client with this preference
91 * @param peer the peer to change the preference for 91 * @param peer the peer to change the preference for
92 * @param kind the kind to change the preference 92 * @param kind the kind to change the preference
93 * @param score_abs the normalized score 93 * @param score_abs the normalized score
94 */ 94 */
95void 95void
96GAS_normalization_normalize_preference (void *src, 96GAS_normalization_normalize_preference (void *client,
97 const struct GNUNET_PeerIdentity *peer, 97 const struct GNUNET_PeerIdentity *peer,
98 enum GNUNET_ATS_PreferenceKind kind, 98 enum GNUNET_ATS_PreferenceKind kind,
99 float score_abs); 99 float score_abs);
100 100
101/** 101/**
102 * Update and normalize a atsi performance information 102 * Update and normalize a atsi performance information