diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-15 13:36:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-15 13:36:47 +0100 |
commit | 54b3a9e9305bd1edd2529e5d0b95cf6943026fc6 (patch) | |
tree | 345b4976b6bdaf37c3ab02fb0267e0b65169fc44 /src/include | |
parent | a3db0d4a8c779609137e048bd6ee7c7e4a34901c (diff) |
add required rowid for diagnostics
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index dfec1c76e..80e6eb243 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -413,6 +413,7 @@ struct TALER_AUDITORDB_Plugin * @param session connection to use * @param reserve_pub public key of the reserve * @param master_pub master public key of the exchange + * @param[out] rowid which row did we get the information from * @param[out] reserve_balance amount stored in the reserve * @param[out] withdraw_fee_balance amount the exchange gained in withdraw fees * due to withdrawals from this reserve @@ -429,6 +430,7 @@ struct TALER_AUDITORDB_Plugin struct TALER_AUDITORDB_Session *session, const struct TALER_ReservePublicKeyP *reserve_pub, const struct TALER_MasterPublicKeyP *master_pub, + uint64_t *rowid, struct TALER_Amount *reserve_balance, struct TALER_Amount *withdraw_fee_balance, struct GNUNET_TIME_Absolute *expiration_date, |