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.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ats/gnunet-service-ats_reservations.h b/src/ats/gnunet-service-ats_reservations.h
index 525236e8c..100cd9a90 100644
--- a/src/ats/gnunet-service-ats_reservations.h
+++ b/src/ats/gnunet-service-ats_reservations.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file ats/gnunet-service-ats_reservations.h 22 * @file 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,8 @@ 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 ReservationRequestMessage *message);
56 56
57 57
58/** 58/**
@@ -61,13 +61,13 @@ GAS_handle_reservation_request (struct GNUNET_SERVICE_Client *client,
61 * @param server handle to our server 61 * @param server handle to our server
62 */ 62 */
63void 63void
64GAS_reservations_init (void); 64GAS_reservations_init(void);
65 65
66 66
67/** 67/**
68 * Shutdown reservations subsystem. 68 * Shutdown reservations subsystem.
69 */ 69 */
70void 70void
71GAS_reservations_done (void); 71GAS_reservations_done(void);
72 72
73#endif 73#endif