aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/include')
-rw-r--r--src/zenhttp/include/zenhttp/httpserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/httpserver.h b/src/zenhttp/include/zenhttp/httpserver.h
index 5d01e380a..eabad4728 100644
--- a/src/zenhttp/include/zenhttp/httpserver.h
+++ b/src/zenhttp/include/zenhttp/httpserver.h
@@ -186,7 +186,8 @@ struct HttpServerConfig
{
bool IsDedicatedServer = false; // Should be set to true for shared servers
std::string ServerClass; // Choice of HTTP server implementation
- unsigned int ThreadCount = 0;
+ bool ForceLoopback = false;
+ unsigned int ThreadCount = 0;
struct
{