gnunet-service-ats_scheduling.h   gnunet-service-ats_scheduling.h 
skipping to change at line 51 skipping to change at line 51
/** /**
* Unregister a client (which may have been a scheduling client, * Unregister a client (which may have been a scheduling client,
* but this is not assured). * but this is not assured).
* *
* @param client handle of the (now dead) client * @param client handle of the (now dead) client
*/ */
void void
GAS_scheduling_remove_client (struct GNUNET_SERVER_Client *client); GAS_scheduling_remove_client (struct GNUNET_SERVER_Client *client);
/** /**
* Handle 'reset backoff' messages from clients.
*
* @param cls unused, NULL
* @param client client that sent the request
* @param message the request message
*/
void
GAS_handle_reset_backoff (void *cls,
struct GNUNET_SERVER_Client *client,
const struct GNUNET_MessageHeader *message);
/**
* Transmit the given address suggestion and bandwidth update to all schedu ling * Transmit the given address suggestion and bandwidth update to all schedu ling
* clients. * clients.
* *
* @param peer peer for which this is an address suggestion * @param peer peer for which this is an address suggestion
* @param plugin_name 0-termintated string specifying the transport plugin * @param plugin_name 0-termintated string specifying the transport plugin
* @param plugin_addr binary address for the plugin to use * @param plugin_addr binary address for the plugin to use
* @param plugin_addr_len number of bytes in plugin_addr * @param plugin_addr_len number of bytes in plugin_addr
* @param session_id session ID to use * @param session_id session ID to use
* @param atsi performance data for the address * @param atsi performance data for the address
* @param atsi_count number of performance records in 'ats' * @param atsi_count number of performance records in 'ats'
 End of changes. 1 change blocks. 
0 lines changed or deleted 12 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/