summaryrefslogtreecommitdiff
path: root/src/include/taler_auditordb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-20 02:45:33 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-20 02:45:33 +0100
commit3fde028650e220157f208fa8399d32cc1b0eebde (patch)
tree2dbc393a8f279abbf6fb629f15511a85e9176178 /src/include/taler_auditordb_plugin.h
parenta38fa32484286d2895dca10d3f53d3c7599d2f3b (diff)
downloadexchange-3fde028650e220157f208fa8399d32cc1b0eebde.tar.gz
exchange-3fde028650e220157f208fa8399d32cc1b0eebde.tar.bz2
exchange-3fde028650e220157f208fa8399d32cc1b0eebde.zip
fix auditor progress point issue
Diffstat (limited to 'src/include/taler_auditordb_plugin.h')
-rw-r--r--src/include/taler_auditordb_plugin.h7
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;