aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorJoe Kirchoff <[email protected]>2022-03-22 11:47:38 -0700
committerGitHub <[email protected]>2022-03-22 11:47:38 -0700
commitcc5adf4cb79c92993fabfe09e75dfadb7d4c9665 (patch)
tree4ba0a18f68e39685fa784d872bbb4bb9ba2b6fd7 /zenserver/config.h
parentmove workthreadpool to zencore (#63) (diff)
downloadzen-cc5adf4cb79c92993fabfe09e75dfadb7d4c9665.tar.xz
zen-cc5adf4cb79c92993fabfe09e75dfadb7d4c9665.zip
Enable Horde compute code on Linux & Mac (#61)
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index a7a7815a8..a61a7f89f 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -15,10 +15,6 @@
# define ZEN_USE_NAMED_PIPES 0
#endif
-#ifndef ZEN_USE_EXEC
-# define ZEN_USE_EXEC 0
-#endif
-
struct ZenUpstreamJupiterConfig
{
std::string Name;
@@ -120,6 +116,7 @@ struct ZenServerOptions
bool IsTest = false;
bool IsDedicated = false; // Indicates a dedicated/shared instance, with larger resource requirements
bool StructuredCacheEnabled = true;
+ bool ExecServiceEnabled = true;
bool ComputeServiceEnabled = true;
bool ShouldCrash = false; // Option for testing crash handling
bool IsFirstRun = false;