diff options
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 |