aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-14 08:55:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-14 08:55:32 +0000
commitaf2d0c2e264cfe9d93c686d0c22cfa3408680d03 (patch)
treedc38dc7489cf404ab28cd4369072e1a2d9485ced /src/ats/gnunet-service-ats_scheduling.h
parent0e027fe10f89f0431e8b223528c9a13bdd991802 (diff)
downloadgnunet-af2d0c2e264cfe9d93c686d0c22cfa3408680d03.tar.gz
gnunet-af2d0c2e264cfe9d93c686d0c22cfa3408680d03.zip
comments
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index d2506de6a..8d6fa977d 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -65,15 +65,15 @@ GAS_scheduling_remove_client (struct GNUNET_SERVER_Client *client);
65 * @param bandwidth_in assigned inbound bandwidth 65 * @param bandwidth_in assigned inbound bandwidth
66 */ 66 */
67void 67void
68GAS_scheduling_transmit_address_update (const struct GNUNET_PeerIdentity *peer, 68GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity *peer,
69 const char *plugin_name, 69 const char *plugin_name,
70 const void *plugin_addr, size_t plugin_addr_len, 70 const void *plugin_addr, size_t plugin_addr_len,
71 struct GNUNET_SERVER_Client *session_client, 71 struct GNUNET_SERVER_Client *session_client,
72 uint32_t session_id, 72 uint32_t session_id,
73 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 73 const struct GNUNET_TRANSPORT_ATS_Information *atsi,
74 uint32_t atsi_count, 74 uint32_t atsi_count,
75 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 75 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
76 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 76 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
77 77
78 78
79/** 79/**