aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-16 13:56:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-16 13:56:18 +0000
commit5419748cc47ea35b77a616ff269aae822cab8cea (patch)
tree6304d8f3e9fd4b8880eb37ccd87226962e7f5856 /src/ats/gnunet-service-ats_scheduling.h
parentc2e92effeacc3cb83fa928427d0ae172c7257d82 (diff)
downloadgnunet-5419748cc47ea35b77a616ff269aae822cab8cea.tar.gz
gnunet-5419748cc47ea35b77a616ff269aae822cab8cea.zip
get quota config
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index 8d6fa977d..273126fff 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -117,9 +117,11 @@ GAS_handle_address_destroyed (void *cls, struct GNUNET_SERVER_Client *client,
117 * Initialize scheduling subsystem. 117 * Initialize scheduling subsystem.
118 * 118 *
119 * @param server handle to our server 119 * @param server handle to our server
120 * @param cfg configuration to use
120 */ 121 */
121void 122void
122GAS_scheduling_init (struct GNUNET_SERVER_Handle *server); 123GAS_scheduling_init (struct GNUNET_SERVER_Handle *server,
124 const struct GNUNET_CONFIGURATION_Handle *cfg);
123 125
124 126
125/** 127/**