diff options
| author | Stefan Boberg <[email protected]> | 2021-08-21 18:48:52 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-21 18:48:52 +0200 |
| commit | 276bb86fca388416428613dec981e4e5eb927081 (patch) | |
| tree | a42f0beb32fd1e61754e007d6ce26809f060a993 /zenserver/config.h | |
| parent | Improved comment while reviewing code (diff) | |
| download | zen-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.h | 1 |
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 }; |