summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-19 17:19:27 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-19 17:19:27 +0200
commit190a1fadafd65d8716f9bcf0704e2bd68c9eeedd (patch)
tree246c096bf863411b48430a4a509469d4203911ea /src/include/taler_exchangedb_plugin.h
parent0df2028f96f5977739d4659bf253e0c6d9468326 (diff)
downloadexchange-190a1fadafd65d8716f9bcf0704e2bd68c9eeedd.tar.gz
exchange-190a1fadafd65d8716f9bcf0704e2bd68c9eeedd.tar.bz2
exchange-190a1fadafd65d8716f9bcf0704e2bd68c9eeedd.zip
re-init logging so we can tell by PID who it is
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index b06bc7409..580a628c6 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1680,6 +1680,7 @@ struct TALER_EXCHANGEDB_Plugin
* @param cls the @e cls of this struct with the plugin-specific state
* @param session database connection
* @param coin_pub coin to investigate
+ * @param include_payback include payback transactions of the coin?
* @param[out] tlp set to list of transactions, NULL if coin is fresh
* @return database transaction status
*/
@@ -1687,6 +1688,7 @@ struct TALER_EXCHANGEDB_Plugin
(*get_coin_transactions) (void *cls,
struct TALER_EXCHANGEDB_Session *session,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ int include_payback,
struct TALER_EXCHANGEDB_TransactionList **tlp);