aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h10
-rw-r--r--src/include/taler_exchangedb_plugin.h3
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.