diff options
| author | Dmytro Ivanov <[email protected]> | 2025-04-09 15:35:37 +0200 |
|---|---|---|
| committer | Dmytro Ivanov <[email protected]> | 2025-04-22 17:02:25 +0200 |
| commit | ea2918767afa3c00c8dfa7dd7d9960a80a460eb9 (patch) | |
| tree | 14c7579e42b29950251ab9ecede07bf01cc4a1ff /src/zenserver/config.h | |
| parent | add cxxopts overload for parsing file paths from command line (#362) (diff) | |
| download | zen-ea2918767afa3c00c8dfa7dd7d9960a80a460eb9.tar.xz zen-ea2918767afa3c00c8dfa7dd7d9960a80a460eb9.zip | |
Added config, versioning and logging for plugins
Diffstat (limited to 'src/zenserver/config.h')
| -rw-r--r-- | src/zenserver/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h index 6bd7aa357..bd277cd88 100644 --- a/src/zenserver/config.h +++ b/src/zenserver/config.h @@ -165,6 +165,7 @@ struct ZenServerOptions std::filesystem::path ContentDir; // Root directory for serving frontend content (experimental) std::filesystem::path AbsLogFile; // Absolute path to main log file std::filesystem::path ConfigFile; // Path to Lua config file + std::filesystem::path PluginsConfigFile; // Path to plugins config file std::filesystem::path BaseSnapshotDir; // Path to server state snapshot (will be copied into data dir on start) std::string ChildId; // Id assigned by parent process (used for lifetime management) std::string LogId; // Id for tagging log output |