aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_mlp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-12-04 13:16:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-12-04 13:16:26 +0000
commitc9ff33b9a7421d4f6659722a077c00399c68c2e3 (patch)
tree607a93ced0e5f19f88de293e1857778fecb51860 /src/ats/perf_ats_mlp.c
parent9e249590e5d750c70ec61d1100c70d325374dbd8 (diff)
downloadgnunet-c9ff33b9a7421d4f6659722a077c00399c68c2e3.tar.gz
gnunet-c9ff33b9a7421d4f6659722a077c00399c68c2e3.zip
changes
Diffstat (limited to 'src/ats/perf_ats_mlp.c')
-rw-r--r--src/ats/perf_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c
index 751fad51a..6567e3c01 100644
--- a/src/ats/perf_ats_mlp.c
+++ b/src/ats/perf_ats_mlp.c
@@ -195,7 +195,7 @@ check (void *cls, char *const *args, const char *cfgfile,
195 195
196 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting up %u peers with %u addresses per peer\n", peers, addresses); 196 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting up %u peers with %u addresses per peer\n", peers, addresses);
197 197
198 mlp = GAS_mlp_init (cfg, NULL, MLP_MAX_EXEC_DURATION, MLP_MAX_ITERATIONS); 198 mlp = GAS_mlp_init (cfg, NULL);
199 if (NULL == mlp) 199 if (NULL == mlp)
200 { 200 {
201 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init MLP\n"); 201 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init MLP\n");