X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=7d1ea7bfdf24e9adc414e6f29beeb87c7950a8d7;hb=aaf1851315023c2f960c58a0d977085a485298e7;hp=9082d8b9099724071ddf4278044d6e6359ba62dd;hpb=17c8033029d50ce4a30b6e3585c0ee28ef45bc97;p=meshlink 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;