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/auditordb/test_auditordb.c | |
parent | a3db0d4a8c779609137e048bd6ee7c7e4a34901c (diff) | |
download | exchange-54b3a9e9305bd1edd2529e5d0b95cf6943026fc6.tar.gz exchange-54b3a9e9305bd1edd2529e5d0b95cf6943026fc6.tar.bz2 exchange-54b3a9e9305bd1edd2529e5d0b95cf6943026fc6.zip |
add required rowid for diagnostics
Diffstat (limited to 'src/auditordb/test_auditordb.c')
-rw-r--r-- | src/auditordb/test_auditordb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c index 5f110865..95e79bdb 100644 --- a/src/auditordb/test_auditordb.c +++ b/src/auditordb/test_auditordb.c @@ -73,6 +73,7 @@ run (void *cls) { struct GNUNET_CONFIGURATION_Handle *cfg = cls; struct TALER_AUDITORDB_Session *session; + uint64_t rowid; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "loading database plugin\n"); @@ -303,6 +304,7 @@ run (void *cls) session, &reserve_pub, &master_pub, + &rowid, &reserve_balance2, &withdraw_fee_balance2, &date, |