aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-30 11:41:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-30 11:41:26 +0000
commit3df2832fdf4bd38c1c766fe1b3f2a97c9fe1fe4d (patch)
treeb34ba8ceabb3b0b709148daf634eb94e8123db4f /src/include/gnunet_ats_service.h
parent75bb2cabda18a4105f518fcebf7fe95dde3132d6 (diff)
downloadgnunet-3df2832fdf4bd38c1c766fe1b3f2a97c9fe1fe4d.tar.gz
gnunet-3df2832fdf4bd38c1c766fe1b3f2a97c9fe1fe4d.zip
updated experimentation tests
added scope time for feedback api
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index d5db26720..97dce3b0c 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -937,12 +937,14 @@ GNUNET_ATS_performance_change_preference (struct GNUNET_ATS_PerformanceHandle *p
937 * preference is satisfied by ATS 937 * preference is satisfied by ATS
938 * 938 *
939 * @param ph performance handle 939 * @param ph performance handle
940 * @param scope the time interval this valid for: [now - scope .. now]
940 * @param peer identifies the peer 941 * @param peer identifies the peer
941 * @param ... 0-terminated specification of the desired changes 942 * @param ... 0-terminated specification of the desired changes
942 */ 943 */
943void 944void
944GNUNET_ATS_performance_give_feedback (struct GNUNET_ATS_PerformanceHandle *ph, 945GNUNET_ATS_performance_give_feedback (struct GNUNET_ATS_PerformanceHandle *ph,
945 const struct GNUNET_PeerIdentity *peer, ...); 946 const struct GNUNET_PeerIdentity *peer,
947 const struct GNUNET_TIME_Relative scope, ...);
946 948
947#endif 949#endif
948/* end of file gnunet-service-transport_ats.h */ 950/* end of file gnunet-service-transport_ats.h */