]> git.sesse.net Git - cubemap/blobdiff - config.h
Compile with large file support, especially since pwritev() on 32-bit x86 seems to...
[cubemap] / config.h
index b84b957c10a6178c32088b69029e0042e229aa09..f06b9c56ef819cb1aaa7228dca1f5f5179fda680 100644 (file)
--- a/config.h
+++ b/config.h
@@ -30,7 +30,7 @@ struct UDPStreamConfig {
 };
 
 struct AcceptorConfig {
-       int port;
+       sockaddr_in6 addr;
 };
 
 struct LogConfig {