summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 21:44:54 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 21:44:54 +0100
commit7a1c6769e428f6f8bb413fb74383c82e16871d2c (patch)
tree049947c0cac5cc5a70996683df7bd88b4e51c593 /src/include
parentf76e7c46e6609d39d5b28cb489a946833ca58bfb (diff)
downloadexchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.tar.gz
exchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.tar.bz2
exchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.zip
enable using python bank with benchmark
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index b91057973..7e392f09b 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -805,11 +805,13 @@ TALER_TESTING_run_fakebank (const char *bank_url,
* and reset database.
*
* @param config_filename configuration file name.
+ * @param reset_db should we reset the bank's database
* @param[out] bc set to the bank's configuration data
* @return #GNUNET_OK on success
*/
int
TALER_TESTING_prepare_bank (const char *config_filename,
+ int reset_db,
const char *config_section,
struct TALER_TESTING_BankConfiguration *bc);