diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 6 |
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; }; |