X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=47dabe9d90a18cbb2b845cdbea65b9121ddc271f;hp=bed0551c3e3de4709963dc0fa305b3143dfd7362;hb=32596aa52effed323ae434b44ac9d915a2c4cf61;hpb=3ce04a3c410c5836394417b19e70f2a95bc8a5e7 diff --git a/config.h b/config.h index bed0551..47dabe9 100644 --- a/config.h +++ b/config.h @@ -28,6 +28,7 @@ struct LogConfig { }; struct Config { + bool daemonize; int num_servers; std::vector mark_pools; std::vector streams; @@ -36,6 +37,8 @@ struct Config { std::string stats_file; // Empty means no stats file. int stats_interval; + + std::string access_log_file; // Empty means no accses_log file. }; // Parse and validate configuration. Returns false on error.