summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-06 16:54:09 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-06 16:54:09 +0200
commit165929a877c97e1061226bca961be5b4ab9f27fc (patch)
tree40bca14088b56be854ee5b3f131881c3ba0ce297 /src/include
parente308d83f1bf4c59c034f91744c59296d97aba5fa (diff)
downloadexchange-165929a877c97e1061226bca961be5b4ab9f27fc.tar.gz
exchange-165929a877c97e1061226bca961be5b4ab9f27fc.tar.bz2
exchange-165929a877c97e1061226bca961be5b4ab9f27fc.zip
consider reserve closures as well when auditing outgoing wire transfers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 52cd016da..1ec03e650 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -131,6 +131,12 @@ struct TALER_AUDITORDB_WireProgressPoint
* that the exchange should do, have indeed been done.
*/
struct GNUNET_TIME_Absolute last_timestamp;
+
+ /**
+ * reserves_close uuid until which we have checked
+ * reserve closures.
+ */
+ uint64_t last_reserve_close_uuid;
};