summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-tips-ID.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-15 22:32:48 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-15 22:32:48 +0200
commitd7a4d062ba53c6ad6375602646a9da640269552c (patch)
treeec202d8b2b5e040bc3d80ef92391cb821e660634 /src/backend/taler-merchant-httpd_private-get-tips-ID.h
parent44bc6f8b5c5fb93dac3da96249d555237ec8b956 (diff)
downloadmerchant-d7a4d062ba53c6ad6375602646a9da640269552c.tar.gz
merchant-d7a4d062ba53c6ad6375602646a9da640269552c.tar.bz2
merchant-d7a4d062ba53c6ad6375602646a9da640269552c.zip
implement long polling for tip pickup
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-tips-ID.h')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-tips-ID.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.h b/src/backend/taler-merchant-httpd_private-get-tips-ID.h
index a99dc365..60e30560 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips-ID.h
+++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2017 Taler Systems SA
+ (C) 2017, 2023 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -25,6 +25,13 @@
/**
+ * Force wake-up of all suspended tipping long-pollers.
+ */
+void
+TMH_force_tip_resume (void);
+
+
+/**
* Manages a GET /tips/$ID call, returning the status of the tip.
*
* @param rh context of the handler