X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=b48fe88f878704031538bb59ad3595d5c0b6a286;hb=2055c3e21d5b3f4217883d52d5e5b0fbad504785;hp=6ca6432b18532be4b1b05f77e1c5fa4338a28830;hpb=0b6f84f96eeed20a0d771fedb72c0e19941adb7e;p=tinc diff --git a/src/node.h b/src/node.h index 6ca6432b..b48fe88f 100644 --- a/src/node.h +++ b/src/node.h @@ -40,7 +40,8 @@ typedef struct node_status_t { unsigned int send_locally:1; /* 1 if the next UDP packet should be sent on the local network */ unsigned int udppacket:1; /* 1 if the most recently received packet was UDP */ unsigned int validkey_in:1; /* 1 if we have sent a valid key to him */ - unsigned int unused:21; + unsigned int has_address:1; /* 1 if we know an external address for this node */ + unsigned int unused:20; } node_status_t; typedef struct node_t {