aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHernani Marques <hernani@ccc-ch.ch>2018-06-25 00:27:48 +0200
committerHernani Marques <hernani@ccc-ch.ch>2018-06-25 00:27:48 +0200
commitdde9853ec747407f6e408d53df8b5e533db82b29 (patch)
treecad73c16ce402f7100e3016b9877b7878fdce302 /src
parentd87371054ac03be953cb8b2d216e735d99515ca4 (diff)
downloadgnunet-dde9853ec747407f6e408d53df8b5e533db82b29.tar.gz
gnunet-dde9853ec747407f6e408d53df8b5e533db82b29.zip
Initialize dur_lp
Diffstat (limited to 'src')
-rw-r--r--src/ats/plugin_ats_mlp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c
index 7e7594f90..544b8d97f 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -1554,6 +1554,7 @@ GAS_mlp_solve_problem (void *solver)
1554 struct GNUNET_TIME_Relative dur_mlp; 1554 struct GNUNET_TIME_Relative dur_mlp;
1555 1555
1556 GNUNET_assert(NULL != solver); 1556 GNUNET_assert(NULL != solver);
1557 dur_lp = GNUNET_TIME_UNIT_ZERO;
1557 1558
1558 if (GNUNET_YES == mlp->stat_bulk_lock) 1559 if (GNUNET_YES == mlp->stat_bulk_lock)
1559 { 1560 {