summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-15 14:07:32 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-15 14:07:32 +0200
commit5d4d5dcaf42b23589bf2cffb5eb9702baef44b70 (patch)
tree5a1b2bb830025c4d92a772497618871d44758f3a /src/auditor/report-lib.h
parentef0eb9e5bf1f0ff18c498e9e7882f75aa7a2576c (diff)
downloadexchange-5d4d5dcaf42b23589bf2cffb5eb9702baef44b70.tar.gz
exchange-5d4d5dcaf42b23589bf2cffb5eb9702baef44b70.tar.bz2
exchange-5d4d5dcaf42b23589bf2cffb5eb9702baef44b70.zip
prepare for #6133: extend report-lib with API for signal handling
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r--src/auditor/report-lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h
index eeb36f0a3..7ae308259 100644
--- a/src/auditor/report-lib.h
+++ b/src/auditor/report-lib.h
@@ -302,6 +302,17 @@ TALER_ARL_setup_sessions_and_run (TALER_ARL_Analysis ana,
/**
+ * Test if the audit should be aborted because the user
+ * pressed CTRL-C.
+ *
+ * @return false to continue the audit, true to terminate
+ * cleanly as soon as possible
+ */
+bool
+TALER_ARL_do_abort (void);
+
+
+/**
* Setup global variables based on configuration.
*
* @param c configuration to use