aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-29 20:32:23 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-29 20:32:23 +0000
commit0cd2efeadb67206c0b3e8f1ba743ff342b18926b (patch)
treeee5e46113366e26a25b9691ebdb3e49666dc8ddd /src/ats-tests/perf_ats.c
parent1e2d3aaecc2a4130e35d46a7c03b9d80d34d6673 (diff)
downloadgnunet-0cd2efeadb67206c0b3e8f1ba743ff342b18926b.tar.gz
gnunet-0cd2efeadb67206c0b3e8f1ba743ff342b18926b.zip
-migrating ATS tests to new transport (and core) API; core tests disabled as new core API doesn't exist yet
Diffstat (limited to 'src/ats-tests/perf_ats.c')
-rw-r--r--src/ats-tests/perf_ats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tests/perf_ats.c b/src/ats-tests/perf_ats.c
index da664bc94..4df4f0c73 100644
--- a/src/ats-tests/perf_ats.c
+++ b/src/ats-tests/perf_ats.c
@@ -573,11 +573,11 @@ main (int argc, char *argv[])
573 */ 573 */
574 GNUNET_ATS_TEST_create_topology ("perf-ats", 574 GNUNET_ATS_TEST_create_topology ("perf-ats",
575 conf_name, 575 conf_name,
576 num_slaves, num_masters, 576 num_slaves,
577 num_masters,
577 test_core, 578 test_core,
578 &do_benchmark, 579 &do_benchmark,
579 NULL, 580 NULL,
580 NULL,
581 &log_request_cb); 581 &log_request_cb);
582 582
583 return result; 583 return result;