aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-21 14:09:50 +0200
committerStefan Boberg <[email protected]>2021-10-21 14:10:50 +0200
commit2c33581be75f855d9a83dabfeba5663e69cc8afa (patch)
treeb01839a9baffafb6eec394293d6ef1a9c1934e3d /zenserver/config.h
parentzenserver: don't try to delete the logs directory when wiping state (diff)
downloadzen-2c33581be75f855d9a83dabfeba5663e69cc8afa.tar.xz
zen-2c33581be75f855d9a83dabfeba5663e69cc8afa.zip
zenserver: Tweaked state initialization so we know when we're running for the first time and don't need to log about missing manifests
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 d68549616..2a5a17fb9 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -65,6 +65,7 @@ struct ZenServiceConfig
{
bool StructuredCacheEnabled = true;
bool ShouldCrash = false; // Option for testing crash handling
+ bool IsFirstRun = false;
#if ZEN_ENABLE_MESH
bool MeshEnabled = false; // Experimental p2p mesh discovery
#endif