X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=dad926ccae30e1bc88e0c3e6f238d0f169e39b49;hb=9ade39b7d5564fb6f5a41946c9a23cfa7851a19f;hp=f5817fcd6bdd8edd215a68a93cf3d3a1d90e716e;hpb=1e5deec973cd366b9d9cec6c1314a97e7051ce0f;p=tinc diff --git a/src/node.h b/src/node.h index f5817fcd..dad926cc 100644 --- a/src/node.h +++ b/src/node.h @@ -47,6 +47,7 @@ typedef struct node_t { char *hostname; /* the hostname of its real ip */ node_status_t status; + time_t last_state_change; time_t last_req_key; ecdsa_t ecdsa; /* His public ECDSA key */