aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-22 21:43:13 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-22 21:43:13 +0000
commit03c7d2c186ae7371ce5be6fddd376faf90c44e53 (patch)
tree1a961bd69ed3f758a218df2d5166ffea7a000870 /src/ats/gnunet-service-ats_scheduling.h
parent8c0022803d0a2f74b8f8e3fbbbb9afddf2b621bc (diff)
downloadgnunet-03c7d2c186ae7371ce5be6fddd376faf90c44e53.tar.gz
gnunet-03c7d2c186ae7371ce5be6fddd376faf90c44e53.zip
also simplify message format for AddressSuggestionMessage
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index b6540e115..9cffd214f 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -68,25 +68,13 @@ GAS_handle_reset_backoff (void *cls,
68 * clients. 68 * clients.
69 * 69 *
70 * @param peer peer for which this is an address suggestion 70 * @param peer peer for which this is an address suggestion
71 * @param plugin_name 0-termintated string specifying the transport plugin
72 * @param plugin_addr binary address for the plugin to use
73 * @param plugin_addr_len number of bytes in @a plugin_addr
74 * @param session_id session ID to use 71 * @param session_id session ID to use
75 * @param local_address_info the local address for the address
76 * @param atsi performance data for the address
77 * @param atsi_count number of performance records in @a atsi
78 * @param bandwidth_out assigned outbound bandwidth 72 * @param bandwidth_out assigned outbound bandwidth
79 * @param bandwidth_in assigned inbound bandwidth 73 * @param bandwidth_in assigned inbound bandwidth
80 */ 74 */
81void 75void
82GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity *peer, 76GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity *peer,
83 const char *plugin_name,
84 const void *plugin_addr,
85 size_t plugin_addr_len,
86 uint32_t local_address_info,
87 uint32_t session_id, 77 uint32_t session_id,
88 const struct GNUNET_ATS_Information *atsi,
89 uint32_t atsi_count,
90 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 78 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
91 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 79 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
92 80