diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-02 13:31:20 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-02 13:31:20 +0100 |
commit | bbdc7649f7251c0ad16ebc4559f52378388c39fe (patch) | |
tree | 7e4c5cd9a6be793420ef12971d7fa1b32eaede61 /src/exchange/taler-exchange-httpd.h | |
parent | 5a7dd001250da73ce2236f245b6bba9a1663477e (diff) |
add -I command line option
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index 4f59a582..9a739501 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -145,6 +145,11 @@ extern const struct GNUNET_CONFIGURATION_Handle *TEH_cfg; extern char *TEH_exchange_directory; /** + * -I command-line flag given? + */ +extern int TEH_check_invariants; + +/** * Are clients allowed to request /keys for times other than the * current time? Allowing this could be abused in a DoS-attack * as building new /keys responses is expensive. Should only be |