aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-02 23:19:48 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-02 23:19:48 +0200
commit1ce70b1dabb390d04b3b886816e49237288b9b31 (patch)
tree64f262839e7e78663d886b7c4a71c502ddc6ac9c /src/include/taler_kyclogic_lib.h
parent4a36ed7fbfcaa220d1b2605851b38fc1a386e7d3 (diff)
downloadexchange-1ce70b1dabb390d04b3b886816e49237288b9b31.tar.xz
complete taler-exchange-httpd_reserves_close.c logic (first pass, still without DB logic or tests)
Diffstat (limited to 'src/include/taler_kyclogic_lib.h')
-rw-r--r--src/include/taler_kyclogic_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index 494f7787d..2ff652f9e 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -68,7 +68,12 @@ enum TALER_KYCLOGIC_KycTriggerEvent
/**
* Wallet balance exceeds threshold.
*/
- TALER_KYCLOGIC_KYC_TRIGGER_WALLET_BALANCE = 3
+ TALER_KYCLOGIC_KYC_TRIGGER_WALLET_BALANCE = 3,
+
+ /**
+ * Reserve is being closed by force.
+ */
+ TALER_KYCLOGIC_KYC_TRIGGER_RESERVE_CLOSE = 4
};