aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/httpsys.h')
-rw-r--r--src/zenhttp/httpsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/httpsys.h b/src/zenhttp/httpsys.h
index 1553d56ef..6a6b16525 100644
--- a/src/zenhttp/httpsys.h
+++ b/src/zenhttp/httpsys.h
@@ -20,6 +20,7 @@ struct HttpSysConfig
unsigned int AsyncWorkThreadCount = 0;
bool IsAsyncResponseEnabled = true;
bool IsRequestLoggingEnabled = false;
+ bool IsDedicatedServer = false;
};
Ref<HttpServer> CreateHttpSysServer(HttpSysConfig Config);