summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-04 15:47:57 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-04 15:47:57 +0100
commit5a11839002b2f327fa35e8a1bf589bb77c54e3c1 (patch)
tree21ab20341743cc5f9e85707b9091872f73f55090 /src/exchange/taler-exchange-httpd.c
parentd47241e0e12ace8530ef4ecb2f9ac0f0918dcff6 (diff)
downloadexchange-5a11839002b2f327fa35e8a1bf589bb77c54e3c1.tar.gz
exchange-5a11839002b2f327fa35e8a1bf589bb77c54e3c1.tar.bz2
exchange-5a11839002b2f327fa35e8a1bf589bb77c54e3c1.zip
add timetravel option for testing/debugging
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 666cec0c1..426c48655 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -999,6 +999,8 @@ main (int argc,
"SECONDS",
"after how long do connections timeout by default (in seconds)",
&connection_timeout),
+ GNUNET_GETOPT_option_timetravel ('T',
+ "timetravel"),
#if HAVE_DEVELOPER
GNUNET_GETOPT_option_filename ('f',
"file-input",