X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=1b33789ee0583c3195742ddd7aa1c1ccfe596d40;hp=3daffd4a2b0eb97b9cf011cfe86dce1a182bfc71;hb=017a7fb57655d9b1d706ee78f7e3d0000411b883;hpb=25a3945e77927c11cae915b7b46fac7ac789013d diff --git a/src/node.h b/src/node.h index 3daffd4a..1b33789e 100644 --- a/src/node.h +++ b/src/node.h @@ -41,7 +41,8 @@ typedef struct node_status_t { 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 has_address: 1; /* 1 if we know an external address for this node */ - unsigned int unused: 20; + unsigned int ping_sent: 1; /* 1 if we sent a UDP probe but haven't received the reply yet */ + unsigned int unused: 19; } node_status_t; typedef struct node_t {