aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_helper.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-09 23:23:14 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-09 23:23:14 +0200
commitc1c02b8a3cc43c80b61f9e780d46c17b699abf72 (patch)
tree6ed297a5cd09800742cec1cf0585cc10e9f01d80 /src/exchangedb/pg_helper.h
parentea11a9a0fdf754e647c1b09afaa2fa80d5aade02 (diff)
downloadexchange-c1c02b8a3cc43c80b61f9e780d46c17b699abf72.tar.xz
-implementing do_reserves_open logic
Diffstat (limited to 'src/exchangedb/pg_helper.h')
-rw-r--r--src/exchangedb/pg_helper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchangedb/pg_helper.h b/src/exchangedb/pg_helper.h
index e0a4be49d..84d4c22b7 100644
--- a/src/exchangedb/pg_helper.h
+++ b/src/exchangedb/pg_helper.h
@@ -83,6 +83,12 @@ struct PostgresClosure
unsigned long long prep_gen;
/**
+ * Number of purses we allow to be opened concurrently
+ * for one year per annual fee payment.
+ */
+ uint32_t def_purse_limit;
+
+ /**
* Did we initialize the prepared statements
* for this session? (To be replaced with @e prep_gen.)
*/