]> tinc-vpn.org Git - tinc/blobdiff - src/edge.h
tinc-gui: Reformat codebase according to PEP8
[tinc] / src / edge.h
index cbd9e5ac0ab0ff1fe9a3a99cc31fd642bf51e10b..ed46b8a428fd65b0bf3059e368f8246033b3a505 100644 (file)
@@ -30,6 +30,7 @@ typedef struct edge_t {
        struct node_t *from;
        struct node_t *to;
        sockaddr_t address;
+       sockaddr_t local_address;
 
        uint32_t options;                       /* options turned on for this edge */
        int weight;                             /* weight of this edge */