X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=d6d07d423cf37e349fd26b1229466f55e1d41d67;hb=bb6b97ce3493d49b79f1bd57fdac420c312ef8d6;hp=dad926ccae30e1bc88e0c3e6f238d0f169e39b49;hpb=b99af2f813b897e1fd49c87a7cf44241cad3a017;p=tinc diff --git a/src/node.h b/src/node.h index dad926cc..d6d07d42 100644 --- a/src/node.h +++ b/src/node.h @@ -30,7 +30,7 @@ typedef struct node_status_t { unsigned int unused_active:1; /* 1 if active (not used for nodes) */ unsigned int validkey:1; /* 1 if we currently have a valid key for him */ - unsigned int unused_waitingforkey:1; /* 1 if we already sent out a request */ + unsigned int waitingforkey:1; /* 1 if we already sent out a request */ unsigned int visited:1; /* 1 if this node has been visited by one of the graph algorithms */ unsigned int reachable:1; /* 1 if this node is reachable in the graph */ unsigned int indirect:1; /* 1 if this node is not directly reachable by us */