diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-04 15:47:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-04 15:47:57 +0100 |
commit | 5a11839002b2f327fa35e8a1bf589bb77c54e3c1 (patch) | |
tree | 21ab20341743cc5f9e85707b9091872f73f55090 /src/auditor/taler-auditor.c | |
parent | d47241e0e12ace8530ef4ecb2f9ac0f0918dcff6 (diff) |
add timetravel option for testing/debugging
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 4e32d2a4e..0ec5e2d75 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -5709,6 +5709,8 @@ main (int argc, "restart", "restart audit from the beginning (required on first run)", &restart), + GNUNET_GETOPT_option_timetravel ('T', + "timetravel"), GNUNET_GETOPT_OPTION_END }; |