summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-03 03:45:18 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-03 03:45:18 +0200
commitd2b85341c4ec431fbd7ebbc8b2bc42edc9c40d8e (patch)
tree6dc360eb77ed033acd321bb0d03b33ceb6cc8478 /src/include/taler_exchangedb_plugin.h
parent736927f05a19e0b88addd6829f49a5a9ddb025c4 (diff)
downloadexchange-d2b85341c4ec431fbd7ebbc8b2bc42edc9c40d8e.tar.gz
exchange-d2b85341c4ec431fbd7ebbc8b2bc42edc9c40d8e.tar.bz2
exchange-d2b85341c4ec431fbd7ebbc8b2bc42edc9c40d8e.zip
auditor needs serial IDs in coin history
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 88cb2a402..11404959d 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -655,6 +655,11 @@ struct TALER_EXCHANGEDB_TransactionList
enum TALER_EXCHANGEDB_TransactionType type;
/**
+ * Serial ID of this entry in the database.
+ */
+ uint64_t serial_id;
+
+ /**
* Details about the transaction, depending on @e type.
*/
union