aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-15 18:03:36 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-15 18:03:36 +0200
commit7fbc615d24b79db9df13f2fc5be4437c364ae35a (patch)
tree1cf09df8b0838f40f74d859789f07b10a382ca2b /src/include
parent5e7136b6d261c4c05b693549261f59dacaccedbe (diff)
fixes for auditor test #22
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index e4b460c68..9168e5201 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -347,6 +347,7 @@ struct TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistency
struct GNUNET_TIME_Absolute execution_date;
struct TALER_ReservePublicKeyP reserve_pub;
struct TALER_DenominationHashP denompub_h;
+ bool suppressed;
};
/**
@@ -531,14 +532,12 @@ typedef enum GNUNET_GenericReturnValue
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the structure itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/
typedef enum GNUNET_GenericReturnValue
(*TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistencyCallback)(
void *cls,
- uint64_t serial_id,
const struct
TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistency *dc);