aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index e7ba3b554..3d5de0d85 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.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_performance.h 22 * @file ats/gnunet-service-ats_performance.h
@@ -50,15 +50,15 @@
50 * @param bandwidth_in assigned inbound bandwidth 50 * @param bandwidth_in assigned inbound bandwidth
51 */ 51 */
52void 52void
53GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer, 53GAS_performance_notify_all_clients(const struct GNUNET_PeerIdentity *peer,
54 const char *plugin_name, 54 const char *plugin_name,
55 const void *plugin_addr, 55 const void *plugin_addr,
56 size_t plugin_addr_len, 56 size_t plugin_addr_len,
57 int active, 57 int active,
58 const struct GNUNET_ATS_Properties *prop, 58 const struct GNUNET_ATS_Properties *prop,
59 enum GNUNET_HELLO_AddressInfo local_address_info, 59 enum GNUNET_HELLO_AddressInfo local_address_info,
60 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 60 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
61 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 61 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
62 62
63 63
64/** 64/**
@@ -68,8 +68,8 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
68 * @param flag flag specifying the type of the client 68 * @param flag flag specifying the type of the client
69 */ 69 */
70void 70void
71GAS_performance_add_client (struct GNUNET_SERVICE_Client *client, 71GAS_performance_add_client(struct GNUNET_SERVICE_Client *client,
72 enum StartFlag flag); 72 enum StartFlag flag);
73 73
74 74
75/** 75/**
@@ -79,14 +79,14 @@ GAS_performance_add_client (struct GNUNET_SERVICE_Client *client,
79 * @param addresses the address handle to use 79 * @param addresses the address handle to use
80 */ 80 */
81void 81void
82GAS_performance_init (void); 82GAS_performance_init(void);
83 83
84 84
85/** 85/**
86 * Shutdown performance subsystem. 86 * Shutdown performance subsystem.
87 */ 87 */
88void 88void
89GAS_performance_done (void); 89GAS_performance_done(void);
90 90
91 91
92#endif 92#endif