gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add option to exclude reserve hi


From: gnunet
Subject: [taler-exchange] branch master updated: add option to exclude reserve history in grid5k experiments
Date: Thu, 10 Mar 2022 10:26:57 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7a74cde9 add option to exclude reserve history in grid5k experiments
7a74cde9 is described below

commit 7a74cde9c7bd4ddf709b832e750d7f57845e0515
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Thu Mar 10 10:26:44 2022 +0100

    add option to exclude reserve history in grid5k experiments
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 09fa0562..b5fca072 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -5423,6 +5423,7 @@ postgres_get_reserve_history (void *cls,
     /** #TALER_EXCHANGEDB_RO_BANK_TO_EXCHANGE */
     { "reserves_in_get_transactions",
       add_bank_to_exchange },
+#ifndef GRID5K_MARCO_OPT
     /** #TALER_EXCHANGEDB_RO_WITHDRAW_COIN */
     { "get_reserves_out",
       &add_withdraw_coin },
@@ -5432,6 +5433,7 @@ postgres_get_reserve_history (void *cls,
     /** #TALER_EXCHANGEDB_RO_EXCHANGE_TO_BANK */
     { "close_by_reserve",
       &add_exchange_to_bank },
+#endif
     /* List terminator */
     { NULL,
       NULL }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]