aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.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/gnunet-service-ats_normalization.c
parent9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4 (diff)
downloadgnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.tar.gz
gnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.zip
fixing doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.c')
-rw-r--r--src/ats/gnunet-service-ats_normalization.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.c b/src/ats/gnunet-service-ats_normalization.c
index 0423db673..17edf282d 100644
--- a/src/ats/gnunet-service-ats_normalization.c
+++ b/src/ats/gnunet-service-ats_normalization.c
@@ -202,8 +202,10 @@ static GNUNET_SCHEDULER_TaskIdentifier aging_task;
202 202
203/** 203/**
204 * Update a peer 204 * Update a peer
205 *
205 * @param id peer id 206 * @param id peer id
206 * @param kind the kind 207 * @param kind the kind
208 * @param rp the relative peer struct
207 * @return the new relative preference 209 * @return the new relative preference
208 */ 210 */
209static void 211static void
@@ -448,7 +450,8 @@ preference_aging (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
448 */ 450 */
449void 451void
450GAS_normalization_normalize_preference (void *client, 452GAS_normalization_normalize_preference (void *client,
451 const struct GNUNET_PeerIdentity *peer, enum GNUNET_ATS_PreferenceKind kind, 453 const struct GNUNET_PeerIdentity *peer,
454 enum GNUNET_ATS_PreferenceKind kind,
452 float score_abs) 455 float score_abs)
453{ 456{
454 struct PreferenceClient *c_cur; 457 struct PreferenceClient *c_cur;