summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-18 17:47:44 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-18 17:47:44 +0100
commit9cfe47493c29d3c6400258bcc98153c622dacb4e (patch)
tree225f7d14591ba6b95f60b7e4276a938fb95b3f43 /src/exchange
parent9a5cef0eb1d415eb2fce18a5d1b615b2f025ddd5 (diff)
downloadexchange-9cfe47493c29d3c6400258bcc98153c622dacb4e.tar.gz
exchange-9cfe47493c29d3c6400258bcc98153c622dacb4e.tar.bz2
exchange-9cfe47493c29d3c6400258bcc98153c622dacb4e.zip
more work on auditor
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index cf142e0e7..78893d426 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -1912,6 +1912,7 @@ struct WtidTransactionContext
* transaction data for the given wire transfer identifier.
*
* @param cls our context for transmission
+ * @param rowid which row in the DB is the information from (for diagnostics)
* @param merchant_pub public key of the merchant (should be same for all callbacks with the same @e cls)
* @param h_wire hash of wire transfer details of the merchant (should be same for all callbacks with the same @e cls)
* @param exec_time execution time of the wire transfer (should be same for all callbacks with the same @e cls)
@@ -1922,6 +1923,7 @@ struct WtidTransactionContext
*/
static void
handle_transaction_data (void *cls,
+ uint64_t rowid,
const struct TALER_MerchantPublicKeyP *merchant_pub,
const char *wire_method,
const struct GNUNET_HashCode *h_wire,