X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;fp=src%2Fnet.h;h=fe4b54b776e58dd16d180ea1765b54e161ef0580;hp=31438e52d6179786cf35c394588986a99ff945c6;hb=35af4051c3749cd2c2137a7eb57171a1fbb12af7;hpb=8c267d3d558ac97a4ce7381a37abb6cc4b46b133 diff --git a/src/net.h b/src/net.h index 31438e52..fe4b54b7 100644 --- a/src/net.h +++ b/src/net.h @@ -98,6 +98,7 @@ typedef struct outgoing_t { struct config_t *cfg; struct addrinfo *ai; struct addrinfo *aip; + struct event *event; } outgoing_t; extern list_t *outgoing_list;