aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_reservations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_reservations.h')
-rw-r--r--src/ats/gnunet-service-ats_reservations.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ats/gnunet-service-ats_reservations.h b/src/ats/gnunet-service-ats_reservations.h
index 5112f8213..5ddec9bd6 100644
--- a/src/ats/gnunet-service-ats_reservations.h
+++ b/src/ats/gnunet-service-ats_reservations.h
@@ -32,14 +32,15 @@
32/** 32/**
33 * Set the amount of bandwidth the other peer could currently transmit 33 * Set the amount of bandwidth the other peer could currently transmit
34 * to us (as far as we know) to the given value. 34 * to us (as far as we know) to the given value.
35 * 35 *
36 * @param peer identity of the peer 36 * @param peer identity of the peer
37 * @param bandwidth_in currently available bandwidth from that peer to 37 * @param bandwidth_in currently available bandwidth from that peer to
38 * this peer (estimate) 38 * this peer (estimate)
39 */ 39 */
40void 40void
41GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer, 41GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer,
42 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 42 struct GNUNET_BANDWIDTH_Value32NBO
43 bandwidth_in);
43 44
44 45
45/** 46/**
@@ -55,7 +56,7 @@ GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer,
55 */ 56 */
56struct GNUNET_TIME_Relative 57struct GNUNET_TIME_Relative
57GAS_reservations_reserve (const struct GNUNET_PeerIdentity *peer, 58GAS_reservations_reserve (const struct GNUNET_PeerIdentity *peer,
58 int32_t amount); 59 int32_t amount);
59 60
60 61
61/** 62/**