aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-06 13:51:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-06 13:51:34 +0000
commitbc4438c5af9b47e2bcd0195eb041e5fff8229428 (patch)
treea9679f45b7dcde960225250310c39a322fa87ea4 /src
parent1855369609fd355f9bfe7de1d7a013fa256b3281 (diff)
downloadgnunet-bc4438c5af9b47e2bcd0195eb041e5fff8229428.tar.gz
gnunet-bc4438c5af9b47e2bcd0195eb041e5fff8229428.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-service-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index cb029a021..94308eadd 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -5848,7 +5848,7 @@ static int ats_solve_problem (int max_it, int max_dur , double D, double U, doub
5848 5848
5849 if (VERBOSE_ATS) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Creating problem with: %i peers, %i mechanisms, %i resource entries, %i quality metrics \n", c_peers, c_mechs, c_c_ressources, c_q_metrics); 5849 if (VERBOSE_ATS) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Creating problem with: %i peers, %i mechanisms, %i resource entries, %i quality metrics \n", c_peers, c_mechs, c_c_ressources, c_q_metrics);
5850 5850
5851 int size = 1 + 3 + 10 *c_mechs + c_peers + (c_q_metrics*c_mechs)+ c_q_metrics + c_c_ressources + 1000; 5851 int size = 1 + 3 + 10 *c_mechs + c_peers + (c_q_metrics*c_mechs)+ c_q_metrics + c_c_ressources * c_mechs ;
5852 //int size = 1 + 8 *c_mechs +2 + c_mechs + c_peers + (c_q_metrics*c_mechs)+c_q_metrics + c_c_ressources ; 5852 //int size = 1 + 8 *c_mechs +2 + c_mechs + c_peers + (c_q_metrics*c_mechs)+c_q_metrics + c_c_ressources ;
5853 int row_index; 5853 int row_index;
5854 int array_index=1; 5854 int array_index=1;