Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[tinc] / src / node.h
index 0ce7542..4464011 100644 (file)
@@ -43,6 +43,7 @@ typedef struct node_t {
        char *name;                             /* name of this node */
        uint32_t options;                       /* options turned on for this node */
 
+       int sock;                               /* Socket to use for outgoing UDP packets */
        sockaddr_t address;                     /* his real (internet) ip to send UDP packets to */
        char *hostname;                         /* the hostname of its real ip */