From 03af37ef2347b96366a3eb461952f32aab18547c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Jul 2019 14:13:25 +0200 Subject: add ppc progress points for payback ops --- src/include/taler_auditordb_plugin.h | 10 ++++++++++ src/include/taler_exchangedb_plugin.h | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 7f30d70e7..887e51e38 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -230,6 +230,16 @@ struct TALER_AUDITORDB_ProgressPointCoin */ uint64_t last_refund_serial_id; + /** + * Serial ID of the last payback operation the auditor processed. + */ + uint64_t last_payback_serial_id; + + /** + * Serial ID of the last payback-of-refresh operation the auditor processed. + */ + uint64_t last_payback_refresh_serial_id; + }; diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 342957f69..6d53f1f0d 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1138,7 +1138,6 @@ typedef int const struct TALER_DenominationBlindingKeyP *coin_blind); - /** * Function called about paybacks on refreshed coins the exchange has to * perform. @@ -1165,8 +1164,6 @@ typedef int const struct TALER_DenominationBlindingKeyP *coin_blind); - - /** * Function called about reserve closing operations * the aggregator triggered. -- cgit v1.2.3