summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2021-09-13 16:40:46 +0200
committertiptorrent development team <tiptorrent@soleta.eu>2021-09-29 15:48:24 +0200
commit5a7d9644e4712bde19bc9b01f8ae198c0d9b0fe9 (patch)
tree0619c9ed676e77bff17cc48f9e51c536d114afc5 /src/core.h
parent0be142b8c9934c3cce43abca755eca1f22144320 (diff)
allow to reuse redirections
A redirection can be reused up to max_clients times.
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index 88a07a9..7d6d403 100644
--- a/src/core.h
+++ b/src/core.h
@@ -84,6 +84,7 @@ struct tip_client_redirect {
struct sockaddr_in addr;
const char *uri;
struct ev_timer timer;
+ uint32_t users;
};
#endif