aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-06 09:00:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-06 09:00:14 +0000
commit170d5baeece2def099112c6a25287a95d2b28899 (patch)
tree5950b36e6c5fa5fe6b90c8c3efc68dcce50d931d /src/include/gnunet_ats_service.h
parentd9c8e8f14e77670c657ae42030ff3581ad060968 (diff)
downloadgnunet-170d5baeece2def099112c6a25287a95d2b28899.tar.gz
gnunet-170d5baeece2def099112c6a25287a95d2b28899.zip
-use only one nc per client
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 8c3c5361e..63c560487 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -638,7 +638,7 @@ GNUNET_ATS_performance_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
638 * 638 *
639 * @param handle the performance handle to use 639 * @param handle the performance handle to use
640 * @param peer peer idm can be NULL for all peers 640 * @param peer peer idm can be NULL for all peers
641 * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to 641 * @param all #GNUNET_YES to get information about all addresses or #GNUNET_NO to
642 * get only address currently used 642 * get only address currently used
643 * @param infocb callback to call with the addresses, 643 * @param infocb callback to call with the addresses,
644 * will callback with address == NULL when done 644 * will callback with address == NULL when done
@@ -683,7 +683,7 @@ GNUNET_ATS_performance_done (struct GNUNET_ATS_PerformanceHandle *ph);
683 */ 683 */
684typedef void 684typedef void
685(*GNUNET_ATS_ReservationCallback) (void *cls, 685(*GNUNET_ATS_ReservationCallback) (void *cls,
686 const struct GNUNET_PeerIdentity * peer, 686 const struct GNUNET_PeerIdentity *peer,
687 int32_t amount, 687 int32_t amount,
688 struct GNUNET_TIME_Relative res_delay); 688 struct GNUNET_TIME_Relative res_delay);
689 689
@@ -710,7 +710,7 @@ struct GNUNET_ATS_ReservationContext;
710 */ 710 */
711struct GNUNET_ATS_ReservationContext * 711struct GNUNET_ATS_ReservationContext *
712GNUNET_ATS_reserve_bandwidth (struct GNUNET_ATS_PerformanceHandle *ph, 712GNUNET_ATS_reserve_bandwidth (struct GNUNET_ATS_PerformanceHandle *ph,
713 const struct GNUNET_PeerIdentity *peer, 713 const struct GNUNET_PeerIdentity *peer,
714 int32_t amount, 714 int32_t amount,
715 GNUNET_ATS_ReservationCallback rcb, 715 GNUNET_ATS_ReservationCallback rcb,
716 void *rcb_cls); 716 void *rcb_cls);