Add ability to use proxies to connect to hostnames when there is no nameserver.
[oweals/tinc.git] / src / net.h
index 7ff603c6014d3b0456fd74b9b8dca5a5eb2b1f40..8de3a2c40f2d99f523decadb806773542c7a95f8 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -87,6 +87,7 @@ typedef struct listen_socket_t {
        int tcp;
        int udp;
        sockaddr_t sa;
+       int priority;
 } listen_socket_t;
 
 #include "conf.h"