aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 12:46:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 12:46:37 +0000
commit6e54571bd00f7ea045dabcd5fc9fc3080665f5fc (patch)
treee8e204155e5fd9fc8bf6e7620331a9fc484ce78a /src/ats/gnunet-service-ats_preferences.h
parent577ad3b798f0cd62c2e9ab92fdc58cfe75a3fcdc (diff)
downloadgnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.tar.gz
gnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.zip
simplify logic
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.h')
-rw-r--r--src/ats/gnunet-service-ats_preferences.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.h b/src/ats/gnunet-service-ats_preferences.h
index 1715288d7..fb52ecb62 100644
--- a/src/ats/gnunet-service-ats_preferences.h
+++ b/src/ats/gnunet-service-ats_preferences.h
@@ -66,20 +66,6 @@ GAS_preference_done (void);
66 66
67 67
68/** 68/**
69 * Normalize an updated preference value
70 *
71 * @param client the client with this preference
72 * @param peer the peer to change the preference for
73 * @param kind the kind to change the preference
74 * @param score_abs the normalized score
75 */
76void
77GAS_normalization_normalize_preference (struct GNUNET_SERVER_Client *client,
78 const struct GNUNET_PeerIdentity *peer,
79 enum GNUNET_ATS_PreferenceKind kind,
80 float score_abs);
81
82/**
83 * Get the normalized preference values for a specific peer. 69 * Get the normalized preference values for a specific peer.
84 * 70 *
85 * @param cls ignored 71 * @param cls ignored