aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_reservations.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-11 18:29:54 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-11 18:29:54 +0000
commit7a257361b5e118f33adb182dd1996fccd52ecda8 (patch)
tree4f0716f4516ce8f005b8b4e17d206f1dd8f95508 /src/ats/gnunet-service-ats_reservations.h
parent81defaa37bf4211f443f74384944642030807018 (diff)
downloadgnunet-7a257361b5e118f33adb182dd1996fccd52ecda8.tar.gz
gnunet-7a257361b5e118f33adb182dd1996fccd52ecda8.zip
-remove unused exported symbol
Diffstat (limited to 'src/ats/gnunet-service-ats_reservations.h')
-rw-r--r--src/ats/gnunet-service-ats_reservations.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ats/gnunet-service-ats_reservations.h b/src/ats/gnunet-service-ats_reservations.h
index 30eb6028b..6ee01565c 100644
--- a/src/ats/gnunet-service-ats_reservations.h
+++ b/src/ats/gnunet-service-ats_reservations.h
@@ -44,22 +44,6 @@ GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer,
44 44
45 45
46/** 46/**
47 * Reserve the given amount of incoming bandwidth (in bytes) from the
48 * given peer. If a reservation is not possible right now, return how
49 * long the client should wait before trying again.
50 *
51 * @param peer peer to reserve bandwidth from
52 * @param amount number of bytes to reserve
53 * @return 0 if the reservation was successful, FOREVER if the
54 * peer is not connected, otherwise the time to wait
55 * until the reservation might succeed
56 */
57struct GNUNET_TIME_Relative
58GAS_reservations_reserve (const struct GNUNET_PeerIdentity *peer,
59 int32_t amount);
60
61
62/**
63 * Handle 'reservation request' messages from clients. 47 * Handle 'reservation request' messages from clients.
64 * 48 *
65 * @param cls unused, NULL 49 * @param cls unused, NULL