-revert of address_bw addition
[oweals/gnunet.git] / src / ats / gnunet-service-ats_normalization.h
index e1f5a53453a7cdc04bb9ed750e18c998cc908205..f12c39fe145be72c91dee92f2aa58d9dfe59726c 100644 (file)
@@ -71,15 +71,16 @@ GAS_normalization_get_properties (struct ATS_Address *address);
 
 
 /**
- * Get the normalized preference values for a specific client
+ * Get the normalized preference values for a specific client and peer
  *
- * @param client the client
- * @param pref desired pref value
- * @return normalized value
+ * @param client client
+ * @param peer the peer
+ * @param pref the preference type
+ * @return the value
  */
 const double
 GAS_normalization_get_preferences_by_client (const void *client,
-    enum GNUNET_ATS_PreferenceKind pref);
+    struct GNUNET_PeerIdentity *peer, enum GNUNET_ATS_PreferenceKind pref);
 
 /**
  * Normalize an updated preference value