aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-05 12:52:20 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-05 12:52:20 +0000
commitc55971f17dc99f9833af48e078c8f681be771cb7 (patch)
tree544fd671b67903506419c98d463d086a696e25a1 /src/ats/gnunet-service-ats_scheduling.h
parent15dd8e6cc1199d611d804853e134882bf13b234a (diff)
downloadgnunet-c55971f17dc99f9833af48e078c8f681be771cb7.tar.gz
gnunet-c55971f17dc99f9833af48e078c8f681be771cb7.zip
big ATS refactoring, no serious semantic changes should stem from this
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h26
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 fe8adc8c5..eab9819cf 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);
51 51
52 52
53/** 53/**
54 * Handle 'reset backoff' messages from clients.
55 *
56 * @param cls unused, NULL
57 * @param client client that sent the request
58 * @param message the request message
59 */
60void
61GAS_handle_reset_backoff (void *cls,
62 struct GNUNET_SERVER_Client *client,
63 const struct GNUNET_MessageHeader *message);
64
65
66/**
67 * Transmit the given address suggestion and bandwidth update to all scheduling 54 * Transmit the given address suggestion and bandwidth update to all scheduling
68 * clients. 55 * clients.
69 * 56 *
@@ -106,19 +93,6 @@ GAS_handle_address_update (void *cls,
106 93
107 94
108/** 95/**
109 * Handle 'address in use' messages from clients.
110 *
111 * @param cls unused, NULL
112 * @param client client that sent the request
113 * @param message the request message
114 */
115void
116GAS_handle_address_in_use (void *cls,
117 struct GNUNET_SERVER_Client *client,
118 const struct GNUNET_MessageHeader *message);
119
120
121/**
122 * Handle 'address destroyed' messages from clients. 96 * Handle 'address destroyed' messages from clients.
123 * 97 *
124 * @param cls unused, NULL 98 * @param cls unused, NULL