summaryrefslogtreecommitdiff
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.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/ats/gnunet-service-ats_reservations.h b/src/ats/gnunet-service-ats_reservations.h
index 100cd9a90..d95945697 100644
--- a/src/ats/gnunet-service-ats_reservations.h
+++ b/src/ats/gnunet-service-ats_reservations.h
@@ -39,9 +39,9 @@
39 * this peer (estimate) 39 * this peer (estimate)
40 */ 40 */
41void 41void
42GAS_reservations_set_bandwidth(const struct GNUNET_PeerIdentity *peer, 42GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer,
43 struct GNUNET_BANDWIDTH_Value32NBO 43 struct GNUNET_BANDWIDTH_Value32NBO
44 bandwidth_in); 44 bandwidth_in);
45 45
46 46
47/** 47/**
@@ -51,8 +51,9 @@ GAS_reservations_set_bandwidth(const struct GNUNET_PeerIdentity *peer,
51 * @param message the request message 51 * @param message the request message
52 */ 52 */
53void 53void
54GAS_handle_reservation_request(struct GNUNET_SERVICE_Client *client, 54GAS_handle_reservation_request (struct GNUNET_SERVICE_Client *client,
55 const struct ReservationRequestMessage *message); 55 const struct
56 ReservationRequestMessage *message);
56 57
57 58
58/** 59/**
@@ -61,13 +62,13 @@ GAS_handle_reservation_request(struct GNUNET_SERVICE_Client *client,
61 * @param server handle to our server 62 * @param server handle to our server
62 */ 63 */
63void 64void
64GAS_reservations_init(void); 65GAS_reservations_init (void);
65 66
66 67
67/** 68/**
68 * Shutdown reservations subsystem. 69 * Shutdown reservations subsystem.
69 */ 70 */
70void 71void
71GAS_reservations_done(void); 72GAS_reservations_done (void);
72 73
73#endif 74#endif