X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=fe4b54b776e58dd16d180ea1765b54e161ef0580;hp=31438e52d6179786cf35c394588986a99ff945c6;hb=1bca167b7e24a9cb00ad6130c24f0bb60e208f1f;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee 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;