aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_plugins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 18:35:13 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 18:35:13 +0000
commitc0ea0d12ca3fd2d3ca424d8b28532cf800d0683b (patch)
treea207d8d2d6f27aa3b5bcb20299dd7ac9ba5ce181 /src/ats/gnunet-service-ats_plugins.c
parent03ace5f308862db05c67759b533ab9bbf07b1556 (diff)
downloadgnunet-c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b.tar.gz
gnunet-c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b.zip
DCE
Diffstat (limited to 'src/ats/gnunet-service-ats_plugins.c')
-rw-r--r--src/ats/gnunet-service-ats_plugins.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_plugins.c b/src/ats/gnunet-service-ats_plugins.c
index 8aa915bd7..4fd876817 100644
--- a/src/ats/gnunet-service-ats_plugins.c
+++ b/src/ats/gnunet-service-ats_plugins.c
@@ -415,10 +415,7 @@ load_quotas (const struct GNUNET_CONFIGURATION_Handle *cfg,
415int 415int
416GAS_plugins_init (const struct GNUNET_CONFIGURATION_Handle *cfg) 416GAS_plugins_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
417{ 417{
418 unsigned long long quotas_in[GNUNET_ATS_NetworkTypeCount];
419 unsigned long long quotas_out[GNUNET_ATS_NetworkTypeCount];
420 char *mode_str; 418 char *mode_str;
421 unsigned int c;
422 419
423 /* Figure out configured solution method */ 420 /* Figure out configured solution method */
424 if (GNUNET_SYSERR == 421 if (GNUNET_SYSERR ==
@@ -444,7 +441,6 @@ GAS_plugins_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
444 env.out_quota, 441 env.out_quota,
445 env.in_quota, 442 env.in_quota,
446 GNUNET_ATS_NetworkTypeCount); 443 GNUNET_ATS_NetworkTypeCount);
447
448 GNUNET_asprintf (&plugin, 444 GNUNET_asprintf (&plugin,
449 "libgnunet_plugin_ats_%s", 445 "libgnunet_plugin_ats_%s",
450 mode_str); 446 mode_str);