diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-26 22:39:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-26 22:39:46 +0100 |
commit | 159591d0be133ac8d5537ef4a8ae9e55aa813443 (patch) | |
tree | 8ba20a4305d9465ee4441bfc9449678082dcd904 /src/backenddb/pg_update_deposit_confirmation_status.h | |
parent | e3c4f5536ea9a17e26ce73a2c6171cbb6caf3d19 (diff) |
work on #8061, needs more testing
Diffstat (limited to 'src/backenddb/pg_update_deposit_confirmation_status.h')
-rw-r--r-- | src/backenddb/pg_update_deposit_confirmation_status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backenddb/pg_update_deposit_confirmation_status.h b/src/backenddb/pg_update_deposit_confirmation_status.h index b494a3a1..ae995fec 100644 --- a/src/backenddb/pg_update_deposit_confirmation_status.h +++ b/src/backenddb/pg_update_deposit_confirmation_status.h @@ -32,6 +32,7 @@ * * @param cls closure * @param deposit_serial deposit to update status for + * @param wire_pending did the exchange say that the wire is still pending? * @param future_retry when should we ask the exchange again * @param retry_backoff current value for the retry backoff * @param emsg error message to record @@ -41,6 +42,7 @@ enum GNUNET_DB_QueryStatus TMH_PG_update_deposit_confirmation_status ( void *cls, uint64_t deposit_serial, + bool wire_pending, struct GNUNET_TIME_Timestamp future_retry, struct GNUNET_TIME_Relative retry_backoff, const char *emsg); |