summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2021-09-19 22:42:48 +0200
committertiptorrent development team <tiptorrent@soleta.eu>2021-09-29 15:48:59 +0200
commit44287f9e6722bcdbdb2cda679407a265697cbeb7 (patch)
tree0715e76fcf00115a4ef588f6d4efa491537a44a4 /src/core.h
parent21e905a3875f5da9ec36393c5d9987487920f00b (diff)
do not activate clients without redirection via POST
update 4573deb8cb3 to skip clients without redirection after receiving POST notification.
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 9da9340..36fb205 100644
--- a/src/core.h
+++ b/src/core.h
@@ -71,7 +71,7 @@ static inline bool tip_client_large_file(const struct tip_client *cli)
void tip_client_pending(struct tip_client *cli);
bool tip_client_redirect(struct tip_client *cli);
int tip_client_redirect_create(const struct tip_client *cli);
-void tip_client_activate_pending(void);
+void tip_client_activate_pending(bool redirect_only);
extern struct ev_loop *tip_main_loop;