aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.c')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index f97578384..76c192107 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -148,15 +148,15 @@ GAS_scheduling_remove_client (struct GNUNET_SERVER_Client *client)
148 * @param bandwidth_in assigned inbound bandwidth 148 * @param bandwidth_in assigned inbound bandwidth
149 */ 149 */
150void 150void
151GAS_scheduling_transmit_address_update (const struct GNUNET_PeerIdentity *peer, 151GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity *peer,
152 const char *plugin_name, 152 const char *plugin_name,
153 const void *plugin_addr, size_t plugin_addr_len, 153 const void *plugin_addr, size_t plugin_addr_len,
154 struct GNUNET_SERVER_Client *session_client, 154 struct GNUNET_SERVER_Client *session_client,
155 uint32_t session_id, 155 uint32_t session_id,
156 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 156 const struct GNUNET_TRANSPORT_ATS_Information *atsi,
157 uint32_t atsi_count, 157 uint32_t atsi_count,
158 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 158 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
159 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in) 159 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in)
160{ 160{
161 struct SchedulingClient *sc; 161 struct SchedulingClient *sc;
162 struct AddressSuggestionMessage *msg; 162 struct AddressSuggestionMessage *msg;