From 5a24334e83dabcb00e0e0f4292a678b6820ea370 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Dec 2020 23:39:11 +0100 Subject: complete new implementation of GET /keys --- src/exchange/taler-exchange-httpd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/exchange/taler-exchange-httpd.h') diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index fd0de4799..316e565b6 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -34,6 +34,11 @@ */ extern struct GNUNET_TIME_Relative TEH_max_keys_caching; +/** + * How long is the delay before we close reserves? + */ +extern struct GNUNET_TIME_Relative TEH_reserve_closing_delay; + /** * The exchange's configuration. */ -- cgit v1.2.3