summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-02 09:23:14 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-02 09:23:14 +0100
commit8b50f8e0e37f69a806822df83bc20c9e964dd6d8 (patch)
tree401f25659ccef32ce32bc96698089606399a9100 /src/backend/taler-merchant-httpd_private-get-orders-ID.h
parent152b9b98282419937af410f53837bb7d3590c9a0 (diff)
downloadmerchant-8b50f8e0e37f69a806822df83bc20c9e964dd6d8.tar.gz
merchant-8b50f8e0e37f69a806822df83bc20c9e964dd6d8.tar.bz2
merchant-8b50f8e0e37f69a806822df83bc20c9e964dd6d8.zip
fix various cases where shutdown did not work if long pollers were present (#7166)
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.h')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.h b/src/backend/taler-merchant-httpd_private-get-orders-ID.h
index af7f7938..8c118519 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.h
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.h
@@ -38,4 +38,12 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,
struct TMH_HandlerContext *hc);
+
+/**
+ * Force resuming all long polling GET orders ID requests, we are shutting
+ * down.
+ */
+void
+TMH_force_gorc_resume (void);
+
#endif