From a644355c44ec08c6e0691c8e308bba69619fdccd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Dec 2020 18:13:46 +0100 Subject: address FIXME: pass session when iterating over denominations --- src/include/taler_exchangedb_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 869eebb5..068d97fb 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1904,12 +1904,14 @@ struct TALER_EXCHANGEDB_Plugin * own read-only transaction (hence no session provided). * * @param cls the @e cls of this struct with the plugin-specific state + * @param session session to use * @param cb function to call on each denomination key * @param cb_cls closure for @a cb * @return transaction status code */ enum GNUNET_DB_QueryStatus (*iterate_denomination_info)(void *cls, + struct TALER_EXCHANGEDB_Session *session, TALER_EXCHANGEDB_DenominationCallback cb, void *cb_cls); -- cgit v1.2.3