X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=e7959c5d03a4f994f19fb8db4d75e03986a62edb;hb=bfc1a54cf84bb1784c14bd4f5acbb500460e35b5;hp=cf3fdfbfb189d9d936e83c9cc2860decc9450937;hpb=8cdf715a5a6320a0b8c1152a28c40bc0dd86676b;p=cubemap diff --git a/config.h b/config.h index cf3fdfb..e7959c5 100644 --- a/config.h +++ b/config.h @@ -48,6 +48,9 @@ struct Config { std::string stats_file; // Empty means no stats file. int stats_interval; + std::string input_stats_file; // Empty means no input stats file. + int input_stats_interval; + std::string access_log_file; // Empty means no accses_log file. };