X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=66cb6c62f6024696149af1441133fc7e5a2c26f1;hp=07c7c49f168f9e31da5750f8622a6f9f1c854465;hb=6455654d26d204cea4bbc102e5bd6550b7fff7a7;hpb=178e52f76ef4ba40748c13ea7e518837394d6dbc diff --git a/src/node.h b/src/node.h index 07c7c49f..66cb6c62 100644 --- a/src/node.h +++ b/src/node.h @@ -40,6 +40,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 */