diff options
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.c')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index d106eb557..87b5167b2 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of TALER | 2 | This file is part of TALER |
3 | (C) 2014-2018 Taler Systems SA | 3 | (C) 2014-2019 Taler Systems SA |
4 | 4 | ||
5 | TALER is free software; you can redistribute it and/or modify it | 5 | TALER is free software; you can redistribute it and/or modify it |
6 | under the terms of the GNU Affero General Public License as | 6 | under the terms of the GNU Affero General Public License as |
@@ -250,6 +250,7 @@ run (void *cls, | |||
250 | char *AMOUNT_4; | 250 | char *AMOUNT_4; |
251 | char *AMOUNT_1; | 251 | char *AMOUNT_1; |
252 | 252 | ||
253 | (void) cls; | ||
253 | GNUNET_asprintf (&AMOUNT_5, "%s:5", currency); | 254 | GNUNET_asprintf (&AMOUNT_5, "%s:5", currency); |
254 | GNUNET_asprintf (&AMOUNT_4, "%s:4", currency); | 255 | GNUNET_asprintf (&AMOUNT_4, "%s:4", currency); |
255 | GNUNET_asprintf (&AMOUNT_1, "%s:1", currency); | 256 | GNUNET_asprintf (&AMOUNT_1, "%s:1", currency); |
@@ -602,8 +603,8 @@ parallel_benchmark (TALER_TESTING_Main main_cb, | |||
602 | logfile); | 603 | logfile); |
603 | 604 | ||
604 | result = TALER_TESTING_setup | 605 | result = TALER_TESTING_setup |
605 | (run, | 606 | (main_cb, |
606 | NULL, | 607 | main_cb_cls, |
607 | cfg_filename, | 608 | cfg_filename, |
608 | exchanged, | 609 | exchanged, |
609 | GNUNET_YES); | 610 | GNUNET_YES); |