]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / src / node.h
index 0ce7542324846e81a7faa0de0960a36974d68f58..4464011fc1f60e3ad94a355510432cb6039b1b69 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 */