diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-06-22 22:10:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-06-22 22:10:45 +0200 |
commit | bb0967ea0f5d501079981ea33f21f4c133815234 (patch) | |
tree | 76a8d987a60263f313c154f6af4fedc0006f7733 /src/backend/taler-merchant-httpd_exchanges.c | |
parent | e89196cb4a857cae370b48d55a51cd7b6b6e752f (diff) |
adapt to exchange API change
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c index ddbc0dee..090cef95 100644 --- a/src/backend/taler-merchant-httpd_exchanges.c +++ b/src/backend/taler-merchant-httpd_exchanges.c @@ -334,9 +334,10 @@ struct TMH_Exchange /** - * Context for all exchange operations (useful to the event loop) + * Context for all exchange operations (useful to the event loop). + * FIXME: rename, move to taler-merchant-httpd.c */ -static struct GNUNET_CURL_Context *merchant_curl_ctx; +struct GNUNET_CURL_Context *merchant_curl_ctx; /** * Context for integrating #merchant_curl_ctx with the |