aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-18 06:55:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-18 06:55:06 +0000
commit3f305b2f221542b910a69b0e4f66bf15068107c5 (patch)
treed617b619b63c007049ddb97664445a027fcefc5a /src/ats
parent07971e5de7c792b9f591404f3f79e587f48e8d70 (diff)
downloadgnunet-3f305b2f221542b910a69b0e4f66bf15068107c5.tar.gz
gnunet-3f305b2f221542b910a69b0e4f66bf15068107c5.zip
- fix
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.c b/src/ats/gnunet-service-ats_addresses_mlp.c
index 3c45ac43d..7b5134517 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.c
+++ b/src/ats/gnunet-service-ats_addresses_mlp.c
@@ -877,7 +877,7 @@ lp_solv:
877 mlp->lp_solved++; 877 mlp->lp_solved++;
878 mlp->lp_total_duration =+ duration.rel_value; 878 mlp->lp_total_duration =+ duration.rel_value;
879 s_ctx->lp_duration = duration; 879 s_ctx->lp_duration = duration;
880GNUNET_assert (mlp->stats!= NULL); 880
881 GNUNET_STATISTICS_update (mlp->stats,"# LP problem solved", 1, GNUNET_NO); 881 GNUNET_STATISTICS_update (mlp->stats,"# LP problem solved", 1, GNUNET_NO);
882 GNUNET_STATISTICS_set (mlp->stats,"# LP execution time (ms)", duration.rel_value, GNUNET_NO); 882 GNUNET_STATISTICS_set (mlp->stats,"# LP execution time (ms)", duration.rel_value, GNUNET_NO);
883 GNUNET_STATISTICS_set (mlp->stats,"# LP execution time average (ms)", 883 GNUNET_STATISTICS_set (mlp->stats,"# LP execution time average (ms)",