diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 14:13:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 14:13:25 +0200 |
commit | 03af37ef2347b96366a3eb461952f32aab18547c (patch) | |
tree | 962f997ea9eb4217694958f66d8dbfabe3359349 /src/include | |
parent | bad3e3dc4a234f2c9c092014758c1af79bd7bff1 (diff) |
add ppc progress points for payback ops
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 10 | ||||
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 |
2 files changed, 10 insertions, 3 deletions
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. |