[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: [auditor] fix parameter types
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: [auditor] fix parameter types |
Date: |
Fri, 20 Dec 2024 14:14:36 +0100 |
This is an automated email from the git hooks/post-receive script.
ivan-avalos pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new db4a2c79c [auditor] fix parameter types
db4a2c79c is described below
commit db4a2c79caab3fa771dcc2044d519ac6d1f7a67e
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Fri Dec 20 14:14:34 2024 +0100
[auditor] fix parameter types
---
src/auditordb/pg_get_reserve_in_inconsistency.c | 1 +
src/include/taler_auditordb_plugin.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/auditordb/pg_get_reserve_in_inconsistency.c
b/src/auditordb/pg_get_reserve_in_inconsistency.c
index b276c2461..1eaac6eeb 100644
--- a/src/auditordb/pg_get_reserve_in_inconsistency.c
+++ b/src/auditordb/pg_get_reserve_in_inconsistency.c
@@ -101,6 +101,7 @@ reserve_in_inconsistency_cb (void *cls,
dcc->qs = i + 1;
rval = dcc->cb (dcc->cb_cls,
+ dc.serial_id,
&dc);
GNUNET_PQ_cleanup_result (rs);
if (GNUNET_OK != rval)
diff --git a/src/include/taler_auditordb_plugin.h
b/src/include/taler_auditordb_plugin.h
index b4f2155a5..7de45ad96 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -862,6 +862,7 @@ typedef enum GNUNET_GenericReturnValue
typedef enum GNUNET_GenericReturnValue
(*TALER_AUDITORDB_ReserveInInconsistencyCallback)(
void *cls,
+ uint64_t serial_id,
const struct TALER_AUDITORDB_ReserveInInconsistency *dc);
typedef enum GNUNET_GenericReturnValue
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: [auditor] fix parameter types,
gnunet <=