diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-11-19 22:12:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-11-19 22:12:30 +0100 |
commit | 92d616b076aa11ac1bde410cb952224441a2dda3 (patch) | |
tree | 36e762d5dcaa5f766f9768a4e417cb3c13dde9a1 /src/include | |
parent | 029d3239e12f99012b4e8082aec6e9f8098e0435 (diff) |
add last_timestamp to wire auditor progress point; fix confusion in param/result specs between 'auto' and 'absolute time'
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 2d7d4600d..80974cca0 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -121,6 +121,12 @@ struct TALER_AUDITORDB_WireProgressPoint * last_wire_out_serial_id serial ID of the last wire_out the wire auditor processed */ uint64_t last_wire_out_serial_id; + + /** + * Time until which we have confirmed that all wire transactions + * that the exchange should do, have indeed been done. + */ + struct GNUNET_TIME_Absolute last_timestamp; }; |