X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;fp=src%2Fnode.h;h=75a8ced75387bc47c4976252c1cecd7d6cc712f1;hb=93e77a457c257a2e98bc6309702fce36eb6f536b;hp=e42aac4a4d894f02d4a840408c029aceda1d8349;hpb=05333b3a26842d1c10b5fe9211420c281b9a9ef4;p=meshlink diff --git a/src/node.h b/src/node.h index e42aac4a..75a8ced7 100644 --- a/src/node.h +++ b/src/node.h @@ -79,7 +79,7 @@ typedef struct node_t { struct connection_t *connection; /* Connection associated with this node (if a direct connection exists) */ time_t last_connect_try; - time_t last_successfull_connection; + time_t last_successful_connection; char *canonical_address; /* The canonical address of this node, if known */ sockaddr_t recent[5]; /* Recently seen addresses */