[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: do use main_cb/main
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: do use main_cb/main_cb_cls |
Date: |
Tue, 10 Sep 2019 05:49:41 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new ee6d7d75 do use main_cb/main_cb_cls
ee6d7d75 is described below
commit ee6d7d75d946f1771d5ddda8d654680aa7e80d32
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Sep 10 05:48:34 2019 +0200
do use main_cb/main_cb_cls
---
src/benchmark/taler-exchange-benchmark.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/benchmark/taler-exchange-benchmark.c
b/src/benchmark/taler-exchange-benchmark.c
index d106eb55..87b5167b 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2014-2018 Taler Systems SA
+ (C) 2014-2019 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as
@@ -250,6 +250,7 @@ run (void *cls,
char *AMOUNT_4;
char *AMOUNT_1;
+ (void) cls;
GNUNET_asprintf (&AMOUNT_5, "%s:5", currency);
GNUNET_asprintf (&AMOUNT_4, "%s:4", currency);
GNUNET_asprintf (&AMOUNT_1, "%s:1", currency);
@@ -602,8 +603,8 @@ parallel_benchmark (TALER_TESTING_Main main_cb,
logfile);
result = TALER_TESTING_setup
- (run,
- NULL,
+ (main_cb,
+ main_cb_cls,
cfg_filename,
exchanged,
GNUNET_YES);
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: do use main_cb/main_cb_cls,
gnunet <=