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.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 5988bff44..44d02452b 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -39,7 +39,7 @@
39 */ 39 */
40void 40void
41GAS_performance_add_client (struct GNUNET_SERVER_Client *client, 41GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
42 enum StartFlag flag); 42 enum StartFlag flag);
43 43
44 44
45/** 45/**
@@ -67,12 +67,14 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client);
67 */ 67 */
68void 68void
69GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer, 69GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer,
70 const char *plugin_name, 70 const char *plugin_name,
71 const void *plugin_addr, size_t plugin_addr_len, 71 const void *plugin_addr, size_t plugin_addr_len,
72 const struct GNUNET_ATS_Information *atsi, 72 const struct GNUNET_ATS_Information *atsi,
73 uint32_t atsi_count, 73 uint32_t atsi_count,
74 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 74 struct GNUNET_BANDWIDTH_Value32NBO
75 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 75 bandwidth_out,
76 struct GNUNET_BANDWIDTH_Value32NBO
77 bandwidth_in);
76 78
77 79
78/** 80/**
@@ -84,7 +86,7 @@ GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer,
84 */ 86 */
85void 87void
86GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client, 88GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client,
87 const struct GNUNET_MessageHeader *message); 89 const struct GNUNET_MessageHeader *message);
88 90
89 91
90/** 92/**
@@ -96,7 +98,7 @@ GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client,
96 */ 98 */
97void 99void
98GAS_handle_preference_change (void *cls, struct GNUNET_SERVER_Client *client, 100GAS_handle_preference_change (void *cls, struct GNUNET_SERVER_Client *client,
99 const struct GNUNET_MessageHeader *message); 101 const struct GNUNET_MessageHeader *message);
100 102
101 103
102/** 104/**