diff options
Diffstat (limited to 'src/zenserver/config.h')
| -rw-r--r-- | src/zenserver/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h index 5c56695f3..c7781aada 100644 --- a/src/zenserver/config.h +++ b/src/zenserver/config.h @@ -176,9 +176,11 @@ struct ZenServerOptions std::string Loggers[zen::logging::level::LogLevelCount]; std::string ScrubOptions; #if ZEN_WITH_TRACE - std::string TraceHost; // Host name or IP address to send trace data to - std::string TraceFile; // Path of a file to write a trace + std::string TraceChannels; // Trace channels to enable + std::string TraceHost; // Host name or IP address to send trace data to + std::string TraceFile; // Path of a file to write a trace #endif + std::string MemoryOptions; // Memory allocation options std::string CommandLine; }; |