X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet.h;h=d2a60bcf685c858ef079f59b8d1b76305b609722;hb=e4e5a81447142da0fb1291b2d2119ed6981b89e5;hp=f76e2df43b99a9ade8ebd1be189b88ccdcfa3ec9;hpb=82a9712857c5b640288174493905499093853997;p=meshlink diff --git a/src/net.h b/src/net.h index f76e2df4..d2a60bcf 100644 --- a/src/net.h +++ b/src/net.h @@ -66,6 +66,7 @@ typedef struct outgoing_t { struct addrinfo *ai; struct addrinfo *aip; timeout_t ev; + struct meshlink_handle *mesh; } outgoing_t; extern int maxoutbufsize; @@ -75,7 +76,6 @@ extern unsigned replaywin; extern int keylifetime; extern int max_connection_burst; extern bool do_prune; -extern int autoconnect; /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */ #include "connection.h"