commit f617bb09ed235b19155771cd36bc8d4872263d0c
parent 0bff58489f64ceec7c02fa72c270186b315ffc8a
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 4 Feb 2020 15:48:00 +0100
add timetravel option for testing/debugging
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1724,7 +1724,8 @@ main (int argc,
"connection-close",
"force HTTP connections to be closed after each request",
&TMH_merchant_connection_close),
-
+ GNUNET_GETOPT_option_timetravel ('T',
+ "timetravel"),
GNUNET_GETOPT_OPTION_END
};