]> git.sesse.net Git - cubemap/blobdiff - config.h
Tweak the MutexLock implementation slightly, so as to confuse Coverity less.
[cubemap] / config.h
index 8de6704ddd4e5e9c5292bca64b85740fa31faeeb..e7959c5d03a4f994f19fb8db4d75e03986a62edb 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,6 +4,7 @@
 // Various routines that deal with parsing the configuration file.
 
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <stddef.h>
 #include <string>
 #include <vector>
@@ -47,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.
 };