Keep last known address and time since reachability changed.
[tinc] / src / node.h
index f5817fc..dad926c 100644 (file)
@@ -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 */