diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-06-07 17:12:39 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-06-07 17:12:39 +0200 |
commit | 11703131a36784b225c9a92cf1e9533b924e9a87 (patch) | |
tree | 542656b4668ee8a99eaa573ca257e7fc12cfe960 /src/benchmark | |
parent | ca8e309877af153b14e50f8852197294886643e6 (diff) | |
parent | 166352e87e59f8525b501f87c5ecc3fce182835d (diff) |
Merge branch 'master' of ssh://taler.net/var/git/exchange
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index ff9768697..d9c0a3f1c 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -303,12 +303,14 @@ find_pk (const struct TALER_EXCHANGE_Keys *keys, * @param cls closure with the interpreter state * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful deposit; * 0 if the exchange's reply is bogus (fails to follow the protocol) + * @param exchange_pub public key used by the exchange for signing * @param obj the received JSON reply, should be kept as proof (and, in case of errors, * be forwarded to the customer) */ static void deposit_cb (void *cls, unsigned int http_status, + const struct TALER_ExchangePublicKeyP *exchange_pub, const json_t *obj) { unsigned int coin_index = (unsigned int) (long) cls; |