add log message
[oweals/gnunet.git] / src / ats / gnunet-service-ats-solver_proportional.h
index 0f950eb948e5367dc2a8251c70c7af0b0fa202f8..94612b7360b5edc72e582a2beaa13684990c4d5f 100644 (file)
@@ -55,6 +55,7 @@ GAS_proportional_address_change_preference (void *solver,
  * @param solver the solver handle
  * @param application the application
  * @param peer the peer to change the preference for
+ * @param scope the time interval for this feedback: [now - scope .. now]
  * @param kind the kind to change the preference
  * @param score the score
  */
@@ -62,6 +63,7 @@ void
 GAS_proportional_address_preference_feedback (void *solver,
                                                                                        void *application,
                                                                                        const struct GNUNET_PeerIdentity *peer,
+                                                                                 const struct GNUNET_TIME_Relative scope,
                                                                                        enum GNUNET_ATS_PreferenceKind kind,
                                                                                        double score);