Add the ListenAddress option.
[tinc] / src / net.h
index 9a97276..c32c1c1 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -103,6 +103,7 @@ typedef struct listen_socket_t {
        io_t tcp;
        io_t udp;
        sockaddr_t sa;
+       bool bindto;
 } listen_socket_t;
 
 #include "conf.h"