aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
commit2f7f82536d53cf015f46782c1a81280849fef935 (patch)
treeb7736dbcaccfda35c52a894c56447b61b31a3084 /src/include/taler_exchange_service.h
parent2afcc8c70202c10b71f98c9e4b9766ae08656459 (diff)
work on reserve history API
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index f973cfb0d..c344a93ae 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1649,13 +1649,6 @@ struct TALER_EXCHANGE_ReserveHistoryEntry
struct TALER_Amount amount;
/**
- * Index of this entry in the reserve history.
- * Useful to filter requests by starting offset.
- * Offsets are not necessarily contiguous.
- */
- uint64_t entry_off;
-
- /**
* Details depending on @e type.
*/
union
@@ -2064,6 +2057,13 @@ struct TALER_EXCHANGE_ReserveHistory
struct TALER_Amount total_out;
/**
+ * Current etag / last entry in the history.
+ * Useful to filter requests by starting offset.
+ * Offsets are not necessarily contiguous.
+ */
+ uint64_t etag;
+
+ /**
* Reserve history.
*/
const struct TALER_EXCHANGE_ReserveHistoryEntry *history;