diff options
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r-- | src/ats/gnunet-service-ats_scheduling.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h index fe8adc8c5a..eab9819cfa 100644 --- a/src/ats/gnunet-service-ats_scheduling.h +++ b/src/ats/gnunet-service-ats_scheduling.h @@ -51,19 +51,6 @@ 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 scheduling * clients. * @@ -106,19 +93,6 @@ GAS_handle_address_update (void *cls, /** - * Handle 'address in use' messages from clients. - * - * @param cls unused, NULL - * @param client client that sent the request - * @param message the request message - */ -void -GAS_handle_address_in_use (void *cls, - struct GNUNET_SERVER_Client *client, - const struct GNUNET_MessageHeader *message); - - -/** * Handle 'address destroyed' messages from clients. * * @param cls unused, NULL |