X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=7d1ea7bfdf24e9adc414e6f29beeb87c7950a8d7;hb=a67ab277c9fdbcfc8c0550e9046df2a00b5fed81;hp=9082d8b9099724071ddf4278044d6e6359ba62dd;hpb=17c8033029d50ce4a30b6e3585c0ee28ef45bc97;p=tinc diff --git a/src/net.h b/src/net.h index 9082d8b9..7d1ea7bf 100644 --- a/src/net.h +++ b/src/net.h @@ -115,6 +115,7 @@ typedef struct outgoing_t { struct config_t *cfg; struct addrinfo *ai; struct addrinfo *aip; + struct event ev; } outgoing_t; extern int maxoutbufsize;