diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 1c6360feb..68d0cb51e 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -117,11 +117,16 @@ struct TALER_AUDITORDB_ProgressPoint uint64_t last_reserve_in_serial_id; /** - * last_reserve_out_serial_id serial ID of the last withdraw the auditor processed + * last_reserve_out_serial_id serial ID of the last reserve_out the auditor processed */ uint64_t last_reserve_out_serial_id; /** + * last_reserve_out_serial_id serial ID of the last withdraw the auditor processed + */ + uint64_t last_withdraw_serial_id; + + /** * last_deposit_serial_id serial ID of the last deposit the auditor processed */ uint64_t last_deposit_serial_id; |