aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-21 18:48:52 +0200
committerStefan Boberg <[email protected]>2021-08-21 18:48:52 +0200
commit276bb86fca388416428613dec981e4e5eb927081 (patch)
treea42f0beb32fd1e61754e007d6ce26809f060a993 /zenserver/config.h
parentImproved comment while reviewing code (diff)
downloadzen-276bb86fca388416428613dec981e4e5eb927081.tar.xz
zen-276bb86fca388416428613dec981e4e5eb927081.zip
Improved crash reporting setup and removed old stubs
Also added ability to exercise crash reporting from command line
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index e33b27962..53538314d 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -20,6 +20,7 @@ struct ZenServiceConfig
{
bool LegacyCacheEnabled = false;
bool StructuredCacheEnabled = true;
+ bool ShouldCrash = false; // Option for testing crash handling
bool MeshEnabled = false; // Experimental p2p mesh discovery
std::string FlockId; // Id for grouping test instances into sets
};